You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/devise/passwords/new.html.haml

16 lines
470 B

.row
.offset-sm-2.col-sm-8
%h3 Forgot Your Password
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
= devise_error_messages!
.form-group
= f.label :email
%br/
= f.email_field :email, autofocus: true, class: 'form-control'
.form-group
= f.submit "Send Me Reset Password Instructions", class: 'btn btn-primary'
= render "devise/shared/links"