added comments

This commit is contained in:
2015-11-01 11:03:54 +01:00
parent 12eefc1814
commit bc571842fd
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ h1 = title t('.title_html')
= f.input :email, placeholder: t('.placeholders.email')
= f.input :support, as: :radio_buttons, collection: t('support_type'), label_method: :last, value_method: :first
= f.input :age_category, as: :radio_buttons, collection: t('age_category'), label_method: :last, value_method: :first
= f.input :comments, as: :text
.form-group
= f.submit value: t('.submit'), class: 'btn btn-success'
.form-group