Sha256: b194d73fbfdca5d54d614f4dbd6dd21a737e8769104b5c0a3dbaec5f41a8392e

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

h2= t('.resend_unlock_instructions')

= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  .form-inputs
    = f.input :email, required: true, autofocus: true
  .form-actions
    = f.submit t('.resend_unlock_instructions'), class: 'btn btn-success'

= render 'devise/shared/links'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beerify-0.2.0 app/views/devise/unlocks/new.html.slim