Sha256: 3dab64eaf56bb2e7f55c99f5ab574ed330d1b6e669ccbeab07c5f17cb439a11d

Contents?: true

Size: 335 Bytes

Versions: 2

Compression:

Stored size: 335 Bytes

Contents

h2 Отправить инструкцию активации
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
  = devise_error_messages!
  p
    = f.label :email
    br
    = f.email_field :email
  p= f.submit 'Отправить'
= render partial: 'devise/shared/links'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
constructor-core-0.9.1 app/views/constructor_core/devise/confirmations/new.html.slim
constructor-core-0.9.0 app/views/constructor_core/devise/confirmations/new.html.slim