Sha256: b3af67f96cb64febbf93a3619353b50c435104113db0432256e203e82ea9e8ce

Contents?: true

Size: 303 Bytes

Versions: 9

Compression:

Stored size: 303 Bytes

Contents

%h2= t('.title')
= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  = devise_error_messages!
  .field
    = f.label :email
    %br/
    = f.email_field :email, autofocus: true
  .actions
    = f.submit t('.unlock')

= render "devise/shared/links"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.2 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.5 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.1.1 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.4 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.1.0 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.3 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.2 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.1 app/views/mno_enterprise/auth/unlocks/new.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/auth/unlocks/new.html.haml