new.html.haml revision 25f979bdee494bf6a6aeb54d753352832212dd24
%h2= @page_title = 'Register'
= simple_form_for resource, url: registration_path(resource_name), html: { class: 'form-horizontal' } do |f|
= f.input :email, autofocus: true
= f.input :name
= f.input :password
= f.input :password_confirmation, required: true
= f.button :wrapped, 'Create Account'
= render "links"