Sha256: 57e995ca97428d2de7c8b7f572f313e66580fced9514e0089d3ec390c1de3b69

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 Bytes

Contents

<%- if options[:metatags] %>
h2.text-center = title('Resend unlock instructions')
<% else -%>
h2.text-center Resend unlock instructions
<%- end %>
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  = f.error_notification
  = f.full_error :unlock_token
  .form-group
    = f.input :email, required: true, autofocus: true, input_html: { autocomplete: 'email' }
  .form-group
    = f.button :submit, 'Resend unlock instructions', class: 'btn btn-primary btn-block btn-lg'
= render "devise/shared/links"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.6 lib/generators/bootstrap/templates/devise/simple_form/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/simple_form/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.4 lib/generators/bootstrap/templates/devise/simple_form/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.3 lib/generators/bootstrap/templates/devise/simple_form/slim/unlocks/new.html.slim.tt