Sha256: ce88e2572279b92117cbd9c5f72f0025a43a2a1a0466d0655396c03ced62972b

Contents?: true

Size: 665 Bytes

Versions: 10

Compression:

Stored size: 665 Bytes

Contents

.row
  .col-lg-4.col-md-6.ml-auto.mr-auto
<%- 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'
    .text-center
      = render 'devise/shared/links'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.16 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.15 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.14 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.13 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.12 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.11 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.10 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt