Sha256: 0a3881a212d1cf2ef35aba8db9cec517b910d2e8eedd80cf629da4709f120322

Contents?: true

Size: 404 Bytes

Versions: 3

Compression:

Stored size: 404 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.8.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.7.2 templates/app/views/devise/passwords/new.html.haml
cybele-1.7.0 templates/app/views/devise/passwords/new.html.haml