From 8f84805fa99b1052bf473d69d68e988ceb75d43a Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Tue, 6 Oct 2015 17:33:29 +0200 Subject: [PATCH] city first --- app/views/supporters/_form.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/supporters/_form.slim b/app/views/supporters/_form.slim index 7317c7b..eac9ff5 100644 --- a/app/views/supporters/_form.slim +++ b/app/views/supporters/_form.slim @@ -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