Sha256: 44c9685b7f42473273e3b5267616931f0c9a63b2a4021367507b7ca3429c3783

Contents?: true

Size: 552 Bytes

Versions: 1

Compression:

Stored size: 552 Bytes

Contents

<%- 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
  .field
    = f.label :email
    %br
    = f.email_field :email, autofocus: true, autocomplete: 'email'
  .form-group
    = f.submit 'Resend unlock instructions', class: 'btn btn-primary btn-block btn-lg'
= render 'devise/shared/links'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/haml/unlocks/new.html.haml.tt