Sha256: 49272c6dd82c9013cb59a505e91bb19f662b504804d293eb16d749f803ab9926

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

%h2= t('devise.password.new.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/hq/passwords/new.html.haml
cybele-1.9.1 templates/app/views/hq/passwords/new.html.haml
cybele-1.9.0 templates/app/views/hq/passwords/new.html.haml