Sha256: 1a4f454a2daae32dbf2ee6a92d598a43b37e113f4e887df48f3a95be0c840171

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

%h2= t('devise.password.reset.title')
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
  = f.error_notification
  .form-inputs
    = f.input :email, required: true, autofocus: true
  .form-actions
    = f.button :submit, t('devise.password.reset.instructions'), class: 'btn btn-primary'
%br
= render 'devise/shared/links'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/devise/passwords/new.html.haml
cybele-1.9.1 templates/app/views/devise/passwords/new.html.haml
cybele-1.9.0 templates/app/views/devise/passwords/new.html.haml