Adding postal code to users
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user