Sha256: bf6b4b819bb4c6a7e340a1fa7445c5ad8dda5115f718b0a087a9ef71ec36b051

Contents?: true

Size: 485 Bytes

Versions: 72

Compression:

Stored size: 485 Bytes

Contents

<h2>Resend confirmation instructions</h2>

<%= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
  <%= f.error_notification %>
  <%= f.full_error :confirmation_token %>

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

  <div class="form-actions">
    <%= f.button :submit, "Resend confirmation instructions" %>
  </div>
<% end %>

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

Version data entries

72 entries across 71 versions & 11 rubygems

Version Path
devise-3.3.0 lib/generators/templates/simple_form_for/confirmations/new.html.erb
storytime-0.0.1 app/views/devise/confirmations/new.html.erb
devbootsrap-0.0.7 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.6 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.5 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.4 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.3 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.2 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devbootsrap-0.0.1 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devise-bootstrap-0.0.2 lib/generators/templates/simple_form_for/confirmations/new.html.erb
devise-bootstrap-0.0.1 lib/devise/generators/templates/simple_form_for/confirmations/new.html.erb
devise-3.2.4 lib/generators/templates/simple_form_for/confirmations/new.html.erb