Sha256: 0de594287366619a4c62e3c7eedfcc364c7342d01d0a211c61f8c317697c5df0
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 Bytes
Contents
<%= bootstrap_devise_error_messages! %> <div class="panel panel-default"> <div class="panel-heading"> <h4><%= t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions') %></h4> </div> <div class="panel-body"> <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post, role: "form" }) do |f| %> <div class="form-group"> <%= f.label :email %> <%= f.email_field :email, class: "form-control" %> </div> <%= f.submit t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions'), class: "btn btn-primary" %> <% end %> </div> </div> <%= render "devise/shared/links" %>o
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.3 | app/views/devise/confirmations/new.html.erb |
devise-bootstrap-views-0.0.2 | app/views/devise/confirmations/new.html.erb |