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