Sha256: d7b8ba5c2a616d8e633bd306bcad6fac7f177d89ffb284dbc3e7d9d505b65f43

Contents?: true

Size: 709 Bytes

Versions: 1

Compression:

Stored size: 709 Bytes

Contents

<h2 class="text-center">Resend confirmation instructions</h2>

<%= bootstrap_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
  <%= render "devise/shared/error_messages", resource: resource %>

  <%= f.email_field :email,
                    autofocus: true,
                    autocomplete: "email",
                    value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
  <%= f.form_group class: "d-grid" do %>
    <%= f.submit "Resend confirmation instructions", class: "btn btn-primary btn-lg btn-block" %>
  <% end %>
<% end %>

<div class="text-center">
  <%= render "devise/shared/links" %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise-bootstrap-form-1.0.0.alpha.pre.1 app/views/devise/confirmations/new.html.erb