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-5.0.3 app/views/devise/passwords/new.html.haml
trusty-cms-5.0.2 app/views/devise/passwords/new.html.haml
trusty-cms-5.0.1 app/views/devise/passwords/new.html.haml
trusty-cms-4.3.5 app/views/devise/passwords/new.html.haml
trusty-cms-5.0.0 app/views/devise/passwords/new.html.haml
trusty-cms-4.3.4 app/views/devise/passwords/new.html.haml
trusty-cms-4.3.3 app/views/devise/passwords/new.html.haml
trusty-cms-4.3.2 app/views/devise/passwords/new.html.haml
trusty-cms-4.3.1 app/views/devise/passwords/new.html.haml
trusty-cms-4.3 app/views/devise/passwords/new.html.haml
trusty-cms-4.2.3 app/views/devise/passwords/new.html.haml
trusty-cms-4.2.2 app/views/devise/passwords/new.html.haml
trusty-cms-4.2.1 app/views/devise/passwords/new.html.haml
trusty-cms-4.2 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.9 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.8 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.7 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.6 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.5 app/views/devise/passwords/new.html.haml
trusty-cms-4.1.4 app/views/devise/passwords/new.html.haml