OSDN Git Service

iroiro
[pettanr/pettanr.git] / app / views / authors / registrations / new.html.erb
1 <h2>Sign up</h2>
2
3 <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
4   <%= devise_error_messages! %>
5
6   <div><%= f.label :email %><br />
7   <%= f.email_field :email %></div>
8
9   <div><%= f.label :password %><br />
10   <%= f.password_field :password %></div>
11
12   <div><%= f.label :password_confirmation %><br />
13   <%= f.password_field :password_confirmation %></div>
14
15   <div><%= f.submit "Sign up" %></div>
16 <% end %>
17
18 <%= render :partial => "devise/shared/links" %>