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