Navigation

This commit is contained in:
2017-03-22 22:57:01 +01:00
parent 2e31528deb
commit 20cd9aeeaf
12 changed files with 73 additions and 30 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
- title(t('shared.header.title_html'))
.row
.col-xs-12.col-md-7
h2.sr-only =t('.form')
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')