moving email from "web" to "contact" on group edit page

This commit is contained in:
Maikel Linke
2015-02-22 16:20:11 +11:00
parent eade689070
commit f8153c07b1
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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'