new.html.haml revision 8c37f3ff14ac845f36e645fb9f700d2b4e3e83d7
%h2= @page_title = 'Register'
= semantic_form_for resource, :url => registration_path(resource_name) do |f|
=# devise_error_messages!
= f.inputs do
= f.input :email, :input_html => {:autofocus => true}
= f.input :name
= f.input :password
= f.input :password_confirmation, :required => true
= f.actions do
= f.action :submit, :label => 'Create Account', :button_html => { :disable_with => t(:wait) }
= render "links"