Sha256: 367864e7a004d26df341b376e9972168277704778eaaa563c068cfc71d56c1fe

Contents?: true

Size: 534 Bytes

Versions: 3

Compression:

Stored size: 534 Bytes

Contents

%h2
  = t('devise.registration.new.title', model: resource.class.model_name.human)
= 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, t('devise.registration.new.button'), class: 'btn btn-primary'
= render "devise/shared/links"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.8.0 templates/app/views/devise/registrations/new.html.haml
cybele-1.7.2 templates/app/views/devise/registrations/new.html.haml
cybele-1.7.0 templates/app/views/devise/registrations/new.html.haml