added li membership

This commit is contained in:
2016-03-29 21:57:14 +02:00
parent e78ff2cb3b
commit 30164f2134
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ h1 = title t('.title_html')
= f.input :zip, placeholder: t('.placeholders.zip')
= f.input :email, placeholder: t('.placeholders.email')
= f.input :support, as: :radio_buttons, collection: t('support_type').map{ |x| [x.first, raw(x.last)]}, label_method: :last, value_method: :first
= f.input :li_membership, as: :boolean
= f.input :age_category, as: :radio_buttons, collection: t('age_category'), label_method: :last, value_method: :first
= f.input :comments, as: :text
.form-group