new.html.haml revision f09f213473bc50378e9630c851e7ab4c1db07d1b
%h2= @page_title = 'Register'
= render "links"
= 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 => { 'data-disable-with' => t(:wait) }