Sha256: 8da0eff65b48896b361ec56d52db15040d97ac0d1cae4e55ec7fd54b9bd74bf9

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

%h2= t('devise.password.edit.title')
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
  = f.error_notification
  = f.input :reset_password_token, as: :hidden
  = f.full_error :reset_password_token
  .form-inputs
    = f.input :password, required: true, autofocus: true
    = f.input :password_confirmation, required: true
  .form-actions
    = f.button :submit, t('devise.password.edit.button') , class: 'btn btn-primary'
  %hr
  = render 'devise/shared/links'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/user/passwords/edit.html.haml
cybele-1.9.1 templates/app/views/user/passwords/edit.html.haml
cybele-1.9.0 templates/app/views/user/passwords/edit.html.haml