Sha256: 9fd0e8fd871e4a2d8ba50136968ef4d536f0bd11c438e92e3412f1e4a56546af

Contents?: true

Size: 565 Bytes

Versions: 84

Compression:

Stored size: 565 Bytes

Contents

- body_classes << 'password_form'
.login-form-content
  .visual
    = image_tag('/assets/admin/default_forgot_password.svg', alt: 'person with hand to chin thoughtfully')
  .login
    %h1 Forgot your password?
    = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
      .field
        = f.label :email
        %br/
        = f.email_field :email, autofocus: true, autocomplete: 'email', required: true
      .actions
        = f.submit 'Send me reset password instructions'
    = render 'devise/shared/links'

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
trusty-cms-7.0.9.1 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.11 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.10 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.9 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.8 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.7 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.6 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.5 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.4 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.3 app/views/devise/passwords/new.html.haml
trusty-cms-6.3.1 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.2 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.1 app/views/devise/passwords/new.html.haml
trusty-cms-7.0.0 app/views/devise/passwords/new.html.haml
trusty-cms-6.3 app/views/devise/passwords/new.html.haml
trusty-cms-6.2.1 app/views/devise/passwords/new.html.haml
trusty-cms-6.2.2.1 app/views/devise/passwords/new.html.haml
trusty-cms-6.2.0 app/views/devise/passwords/new.html.haml
trusty-cms-6.1.2 app/views/devise/passwords/new.html.haml
trusty-cms-6.1.1 app/views/devise/passwords/new.html.haml