clarion/app/views/devise/unlocks/new.html.slim

14 lines
459 B
Plaintext

h2 Изпрати отново инструкции за отключване
= 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, hint: false
.form-actions
= f.button :submit, 'Изпрати отново инструкциите'
== render 'devise/shared/links'