Sha256: c26df8fd164ab5d8eb7f6bf62179261671ab702deb1bc504a454757773b09e9c
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
<h2>Sign up</h2> <%= form_for(resource_name, resource, :url => registration_path(resource_name)) do |f| %> <%= f.error_messages %> <p><%= f.label :email %></p> <p><%= f.text_field :email %></p> <p><%= f.label :password %></p> <p><%= f.password_field :password %></p> <p><%= f.label :password_confirmation %></p> <p><%= f.password_field :password_confirmation %></p> <p><%= f.submit "Sign up" %></p> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-1.1.rc0 | app/views/devise/registrations/new.html.erb |