Sha256: bc36c9fe06f6db0aaced13952d480190bbcff29a5f9079fbbb7c6b25fa9036e4
Contents?: true
Size: 706 Bytes
Versions: 2
Compression:
Stored size: 706 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, 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.3 | app/views/devise/unlocks/new.html.erb |
devise-bootstrap-views-0.0.2 | app/views/devise/unlocks/new.html.erb |