Adding postal code to users

This commit is contained in:
2014-02-08 21:06:07 -07:00
parent 92c3a6d2be
commit 56450cf319
6 changed files with 24 additions and 11 deletions

View File

@@ -46,6 +46,10 @@
<%= f.check_box :phone_visible %>
<%= f.label :phone_visible, "Show Phone to All Members?" %>
</div>
<div class="field">
<%= f.label :postal_code, "Residential Postal Code" %><br />
<%= f.text_field :postal_code %> (we'd like to know where you're commuting from!)
</div>
<div class="field">
<%= f.label :twitter_url %>
<%= f.text_field :twitter_url, :placeholder => "https://twitter.com/heatsynclabs" %><br/>