Sha256: 8f786602fbaf053e8ed078e04cc9c017168b308aff09c5d5ecc7b273195312fa
Contents?: true
Size: 635 Bytes
Versions: 3
Compression:
Stored size: 635 Bytes
Contents
<h1>Sign up as a new user</h1> <%% @<%= file_name %>.password = @<%= file_name %>.password_confirmation = nil %> <%%= error_messages_for :<%= file_name %> %> <%%= form_for :<%= file_name %>, :url => <%= model_controller_routing_name %>_path do |f| -%> <p><%%= label_tag 'login' %><br/> <%%= f.text_field :login %></p> <p><%%= label_tag 'email' %><br/> <%%= f.text_field :email %></p> <p><%%= label_tag 'password' %><br/> <%%= f.password_field :password %></p> <p><%%= label_tag 'password_confirmation', 'Confirm Password' %><br/> <%%= f.password_field :password_confirmation %></p> <p><%%= submit_tag 'Sign up' %></p> <%% end -%>
Version data entries
3 entries across 3 versions & 3 rubygems