Sha256: cd9f4e043488f9b098d017d92404bee32045243267a0e3e1ff626ec5fd19f48e

Contents?: true

Size: 564 Bytes

Versions: 4

Compression:

Stored size: 564 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/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.4 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt
bootstrap_views_generator-0.1.3 lib/generators/bootstrap/templates/devise/simple_form/haml/unlocks/new.html.haml.tt