Sha256: 241ea52e6ea12eb5c082f8546d2fd08ca35fdaa132b4e51297dd0461afe4ec6e

Contents?: true

Size: 549 Bytes

Versions: 14

Compression:

Stored size: 549 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"
      .actions
        = f.submit "Send me reset password instructions"
    = render "devise/shared/links"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
trusty-cms-3.9.7 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.6 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.5 app/views/devise/passwords/new.html.haml
trusty-cms-4.0.1 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.4 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.3 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.2 app/views/devise/passwords/new.html.haml
trusty-cms-4.0.0 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.1 app/views/devise/passwords/new.html.haml
trusty-cms-3.9.0 app/views/devise/passwords/new.html.haml
trusty-cms-3.8.4 app/views/devise/passwords/new.html.haml
trusty-cms-3.8.3 app/views/devise/passwords/new.html.haml
trusty-cms-3.8.2 app/views/devise/passwords/new.html.haml
trusty-cms-3.8.1 app/views/devise/passwords/new.html.haml