codenamecrud/codenamecrud

View on GitHub
app/views/devise/unlocks/new.html.slim

Summary

Maintainability
Test Coverage
h2
  | Переотправить инструкции по разблокировке
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  = f.full_error :unlock_token
  .form-inputs
    = f.input :email, required: true, autofocus: true
  .form-actions
    = f.button :submit, "Переотправить инструкции по разблокировке"
= render "devise/shared/links"