Skip to content

Commit

Permalink
add tip to zip code on sign up #318
Browse files Browse the repository at this point in the history
  • Loading branch information
acacheung committed Feb 6, 2014
1 parent 2724962 commit 650cf8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
</div>
<div class="pill_wrap">
<%= f.input :postal_code %>
<span class="tip private">
Non-U.S. users, please enter: 00000.
</span>
</div>
<div class="pill_wrap">
<%= f.input :password, required: true, label: "Choose Password" %>
Expand Down

0 comments on commit 650cf8a

Please sign in to comment.