14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
|
h2.entry-title Повторно изпращане на инструкции за потвърждаване на акаунт
|
||
|
|
||
|
= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
|
||
|
= f.error_notification
|
||
|
= f.full_error :confirmation_token
|
||
|
|
||
|
.form-inputs
|
||
|
= f.input :email, required: true, autofocus: true, hint: false
|
||
|
|
||
|
.form-actions
|
||
|
= f.button :submit, 'Изпрати отново инструкциите'
|
||
|
|
||
|
== render 'devise/shared/links'
|