Sha256: 8a51d6a7e3f30f373f76b5026f5d1c76955085b55252e1e6119a301ef317d94b

Contents?: true

Size: 470 Bytes

Versions: 5

Compression:

Stored size: 470 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

5 entries across 5 versions & 1 rubygems

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