Sha256: 5e50b22066a360aa078001f8cb0ba42cf299e8c6d230b334897fb4335bc84774

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 Bytes

Contents

<%= bootstrap_devise_error_messages! %>
<div class="panel panel-default">
  <div class="panel-heading">
    <h4><%= t('.resend_unlock_instructions', :default => "Resend unlock instructions") %></h4>
  </div>
  <div class="panel-body">
    <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post, html: { role: "form" } }) do |f| %>
      <div class="form-group">
        <%= f.label :email %>
        <%= f.email_field :email, autofocus: true, class: "form-control" %>
      </div>
      <%= f.submit t('.resend_unlock_instructions', :default => "Resend unlock instructions"), class: "btn btn-primary"%>
    <% end %>
  </div>
</div>
<%= render "devise/shared/links" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
devise-bootstrap-views-0.0.7 app/views/devise/unlocks/new.html.erb
devise-bootstrap-views-0.0.6 app/views/devise/unlocks/new.html.erb
devise-bootstrap-views-0.0.5 app/views/devise/unlocks/new.html.erb
devise-bootstrap-views-0.0.4 app/views/devise/unlocks/new.html.erb