Skip to content

Commit

Permalink
update registrations/new.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenohata committed Nov 23, 2014
1 parent dfcec7d commit f6fd019
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/views/registrations/new.html.haml
@@ -1,2 +1,13 @@
%h1 Registrations#new
%p Find me in app/views/registrations/new.html.haml

= form_for @user, url: registrations_path, method: :post do |f|
= f.label :name
= f.text_field :name
= f.label :email
= f.text_field :email
= f.label :password
= f.password_field :password
= f.label :password_confirmation
= f.password_field :password_confirmation
= f.submit

0 comments on commit f6fd019

Please sign in to comment.