Sha256: bcf7ee34a8b624f14f05853e6d47d3376dc5d2372319a9a177de588ef8e736e6

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

= page_header "Sign up"

= simple_form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| 
  = f.error_notification 

  = f.input :email, :required => true, :autofocus => true 
  = f.input :password, :required => true 
  = f.input :password_confirmation, :required => true 

  = f.button :submit, "Sign up", :class => 'btn' 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/views/app_frame/devise/registrations/new.html.haml
app_frame-0.5.8 app/views/app_frame/devise/registrations/new.html.haml
app_frame-0.5.7 app/views/app_frame/devise/registrations/new.html.haml
app_frame-0.5.6 app/views/app_frame/devise/registrations/new.html.haml
app_frame-0.5.5 app/views/app_frame/devise/registrations/new.html.haml