Sha256: 3c9ecc56d2028e77a24b0e3467dd483c155ef6550a7cb498d4f45c4069eac60c

Contents?: true

Size: 625 Bytes

Versions: 2

Compression:

Stored size: 625 Bytes

Contents

<h2><%= t('.resend_confirmation_instructions', default: 'Resend confirmation instructions') %></h2>

<%= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
  <%= f.error_notification class: 'alert alert-danger' %>

  <div class="form-inputs">
    <%= f.input :email, autofocus: true, autocomplete: 'off', required: true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, t('.resend_confirmation_instructions', default: 'Resend confirmation instructions'), class: 'btn btn-primary' %>
  </div>
<% end %>

<%= render 'devise/shared/links' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-i18n-bootstrap-0.3.1 app/views/devise/confirmations/new.html.erb
devise-i18n-bootstrap-0.3.0 app/views/devise/confirmations/new.html.erb