Sha256: d9efa26840c402fef37924c2b663b55aea2451398cf3d8049bc5161363472073

Contents?: true

Size: 411 Bytes

Versions: 14

Compression:

Stored size: 411 Bytes

Contents

%h2 Sign up
= simple_form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
  = f.error_notification
  .form-inputs
    = f.input :name, :autofocus => true
    = f.input :email, :required => true
    = f.input :password, :required => true
    = f.input :password_confirmation, :required => true
  .form-actions
    = f.button :submit, "Sign up"
= render "devise/shared/links"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cybele-1.6.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.5.1 templates/app/views/devise/registrations/new.html.haml
cybele-1.5.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.4.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.3.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.2.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.1.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.0.0 templates/app/views/devise/registrations/new.html.haml
cybele-0.10.1 templates/app/views/devise/registrations/new.html.haml
cybele-0.10.0 templates/app/views/devise/registrations/new.html.haml
cybele-0.9.0 templates/app/views/devise/registrations/new.html.haml
cybele-0.8.0 templates/app/views/devise/registrations/new.html.haml
cybele-0.7.0 templates/app/views/devise/registrations/new.html.haml
cybele-0.6.0 templates/app/views/devise/registrations/new.html.haml