Translations, design and content
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
h1= title t("devise.passwords.new.forgot_your_password")
|
||||
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
|
||||
= f.error_notification
|
||||
.form-inputs
|
||||
= f.input :email, required: true, autofocus: true
|
||||
.form-actions
|
||||
= f.button :submit, t("devise.passwords.new.send_me_reset_password_instructions")
|
||||
= render "supporters/shared/links"
|
||||
Reference in New Issue
Block a user