city first

This commit is contained in:
2015-10-06 17:33:29 +02:00
parent 57c1609cc3
commit 8f84805fa9
+1 -1
View File
@@ -3,8 +3,8 @@ h1 = title t('.title_html')
= f.input :first_name
= f.input :last_name
= f.input :street
= f.input :zip
= f.input :city
= f.input :zip
= f.input :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