Sha256: 485c7bf34123a16d750c0f71e93ae924e29e12474d498287b1e08c9637946f89
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 Bytes
Contents
<%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.1 | app/views/devise/confirmations/new.html.erb |