Sha256: 205667fbc686c5756a75af96c991946e3a10a09fc21dbc038dd105673a2aecb5
Contents?: true
Size: 599 Bytes
Versions: 7
Compression:
Stored size: 599 Bytes
Contents
<h1>Sign up as a new user</h1> <%% @<%= file_name %>.password = @<%= file_name %>.password_confirmation = nil %> <%% form_for :<%= file_name %>, :url => <%= model_controller_routing_name %>_path do |f| -%> <%%= f.error_messages %> <p><%%= f.label :login %><br/> <%%= f.text_field :login %></p> <p><%%= f.label :email %><br/> <%%= f.text_field :email %></p> <p><%%= f.label :password %><br/> <%%= f.password_field :password %></p> <p><%%= f.label :password_confirmation, 'Confirm Password' %><br/> <%%= f.password_field :password_confirmation %></p> <p><%%= f.submit 'Sign up' %></p> <%% end -%>
Version data entries
7 entries across 7 versions & 2 rubygems