Sha256: c888ad9fb7bee7e5d8fb6db6c76c240b0a1a9a5dbae81224344d84f1af4e2b93

Contents?: true

Size: 591 Bytes

Versions: 5

Compression:

Stored size: 591 Bytes

Contents

= aureus_box t('devise.ui.passwords.edit.title'), centered: true, for: :form do |b|
  - b.content do
    = semantic_form_for resource, as: resource_name, url: password_path(resource_name), html: { method: :put } do |form|
      = form.input :reset_password_token, as: :hidden
      = form.input :password, label: t('devise.ui.passwords.edit.password')
      = form.input :password_confirmation, label: t('devise.ui.passwords.edit.password_confirmation')
      = form.action :submit, label: t('devise.ui.passwords.edit.submit')
  - b.foot do
    = render partial: '{{{folder}}}/shared/links'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aureus-2.1.4 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-2.1.3 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-2.1.2 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-2.1.1 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-2.1.0 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml