Fixed headings

This commit is contained in:
2017-02-26 18:02:07 +01:00
parent df9bedad14
commit ca9ab667a8
8 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -19,6 +19,7 @@
= render 'shared/counter'
.row
.col-xs-12.col-md-7
h2.sr-only =t('.form')
= simple_form_for @supporter do |f|
= f.input :first_name, placeholder: t('.placeholders.first_name')
= f.input :last_name, placeholder: t('.placeholders.last_name')
@@ -79,5 +80,5 @@
}).on('typeahead:selected', function(event, datum) {
$("#supporter_city").val(datum.city);
});
.col-md-5.col-xs-12
aside.col-md-5.col-xs-12
= render 'right_side'