Sha256: 3040e1632f68b60cd9644edfcacb45718747393abc73dced0d5e5cd6674a8749
Contents?: true
Size: 565 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-4.0.2 | app/views/devise/passwords/new.html.haml |