Sha256: a4440d9e342a1d55a54ff045d9acc66e0ceb17054e474495211d0b14775e2032

Contents?: true

Size: 824 Bytes

Versions: 5

Compression:

Stored size: 824 Bytes

Contents

%h2
  = t('devise.registration.title', model: resource.class.model_name.human)
= simple_form_for resource,
                  as: resource_name,
                  url: registration_path(resource_name),
                  html: { method: :put },
                  validate: true do |f|
  = f.error_notification
  .form-inputs
    = f.input :email, required: true, autofocus: true
    = f.input :password,
              autocomplete: 'off',
              hint: t('devise.registration.hint_password'),
              required: false
    = f.input :password_confirmation, required: false
    = f.input :current_password,
              hint: t('devise.registration.hint_current_password'),
              required: true
  .form-actions
    = f.button :submit, t('btn.update'), class: 'btn btn-primary'
= link_to t('btn.back'), :back

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/devise/devise_views/registrations/edit.html.haml
cybele-2.3.1 templates/devise/devise_views/registrations/edit.html.haml
cybele-2.2.0 templates/devise/devise_views/registrations/edit.html.haml
cybele-2.1.0 templates/devise/devise_views/registrations/edit.html.haml
cybele-2.0.0 templates/devise/devise_views/registrations/edit.html.haml