Sha256: 7f12b4cee6d5e2e2238151bb0088d24b7ce2fb8a57139fa499d2febf50c61db4

Contents?: true

Size: 677 Bytes

Versions: 10

Compression:

Stored size: 677 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 %>
    = form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
      = render "devise/shared/error_messages", resource: resource
      .form-group
        = f.email_field :email, autofocus: true, placeholder: 'Email Address', autocomplete: "email", class: 'form-control'
      .form-group
        = f.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/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.15 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.14 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.13 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.12 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.11 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.10 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt