Adds phone_number to the regular user registration / account views

This commit is contained in:
kikito
2015-08-17 01:12:14 +02:00
parent e84873d875
commit 543f718891
8 changed files with 18 additions and 2 deletions

View File

@@ -35,6 +35,11 @@
<% end %>
</div>
<div class="small-12 medium-6 column">
<%= f.label :last_name, t("account.show.phone_number_label") %>
<%= f.text_field :phone_number, placeholder: t("account.show.phone_number_label") %>
</div>
<div class="small-12 column">
<%= f.label :email_on_debate_comment do %>
<%= f.check_box :email_on_debate_comment %>