Translations, design and content
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
h2
|
||||
= t(".resend_unlock_instructions")
|
||||
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
|
||||
= f.error_notification
|
||||
= f.full_error :unlock_token
|
||||
.form-inputs
|
||||
= f.input :email, required: true, autofocus: true
|
||||
.form-actions
|
||||
= f.button :submit, t(".resend_unlock_instructions")
|
||||
= render "supporters/shared/links"
|
||||
Reference in New Issue
Block a user