Sha256: 1ace8030282a7606ab53a2b4d6b685094c61c3f42fe98e02cc0fbb415fa7c419

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

<%- if options[:metatags] %>
<h2 class="text-center"><%%= title("Resend unlock instructions") %></h2>
<% else -%>
<h2 class="text-center">Resend unlock instructions</h2>
<%- end %>
<%%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
  <%%= render "devise/shared/error_messages", resource: resource %>

  <div class="field">
    <%%= f.label :email %><br />
    <%%= f.email_field :email, autofocus: true, autocomplete: "email" %>
  </div>

  <div class="form-group">
    <%%= f.submit "Resend unlock instructions", class: 'btn btn-primary btn-block btn-lg' %>
  </div>
<%% end %>
<%%= 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/erb/unlocks/new.html.erb.tt