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

Version Path
dwaite-restful-authentication-1.1.1 generators/authenticated/templates/signup.html.erb
genki-restful-authentication-1.1.1 generators/authenticated/templates/signup.html.erb
ggoodale-restful-authentication-1.1.1 generators/authenticated/templates/signup.html.erb
simonmenke-mr_authentication-0.0.1 vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb
smukherjee-openbill-0.1.5 vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb
smukherjee-openbill-0.1.6 vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb
smukherjee-openbill-0.1.7 vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb
tournament-5.0.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.6 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.5 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.4 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.3 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.2 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
tournament-4.2.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
tournament-4.0.2 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
tournament-4.0.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.1 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
branston-0.6.0 lib/branston/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
tournament-3.3.3 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
tournament-3.3.2 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb