Sha256: cf08f015efcd07406f5161f3863e26a8ab78de0e08fdbf858a7cda74f428c15c
Contents?: true
Size: 634 Bytes
Versions: 60
Compression:
Stored size: 634 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
60 entries across 60 versions & 8 rubygems