From f8153c07b16ac3c476484a9206e6c7010f4e1876 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Sun, 22 Feb 2015 16:20:11 +1100 Subject: [PATCH] moving email from "web" to "contact" on group edit page --- app/views/admin/enterprise_groups/_form_address.html.haml | 5 +++++ app/views/admin/enterprise_groups/_form_web.html.haml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/admin/enterprise_groups/_form_address.html.haml b/app/views/admin/enterprise_groups/_form_address.html.haml index 081af7110e..12bb7ef315 100644 --- a/app/views/admin/enterprise_groups/_form_address.html.haml +++ b/app/views/admin/enterprise_groups/_form_address.html.haml @@ -6,6 +6,11 @@ = af.label :phone .omega.eight.columns = af.text_field :phone, { placeholder: "eg. 98 7654 3210"} + .row + .alpha.three.columns + = f.label :email + .omega.eight.columns + = f.text_field :email .row .three.columns.alpha = af.label :address1 diff --git a/app/views/admin/enterprise_groups/_form_web.html.haml b/app/views/admin/enterprise_groups/_form_web.html.haml index ea985259c3..42638d94c6 100644 --- a/app/views/admin/enterprise_groups/_form_web.html.haml +++ b/app/views/admin/enterprise_groups/_form_web.html.haml @@ -5,11 +5,6 @@ = f.label :website .omega.eight.columns = f.text_field :website, { placeholder: "eg. www.truffles.com"} - .row - .alpha.three.columns - = f.label :email - .omega.eight.columns - = f.text_field :email .row .alpha.three.columns = f.label :facebook, 'Facebook'