Sha256: 7cb167ca362a61fb4c0126275a9ff0315d51ccc46d821bd8cfc2d99568bf9063

Contents?: true

Size: 728 Bytes

Versions: 8

Compression:

Stored size: 728 Bytes

Contents

<h2>Resend confirmation instructions</h2>

<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="form-inputs">
    <div class="form-group string required email">
      <%= f.label :email, class: "control-label string email required" %>
      <%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email), class: "form-control string email required" %>
    </div>
  </div>

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 app/views/devise/confirmations/new.html.erb
archangel-0.0.8 app/views/devise/confirmations/new.html.erb
archangel-0.0.7 app/views/devise/confirmations/new.html.erb
archangel-0.0.6 app/views/devise/confirmations/new.html.erb
archangel-0.0.5 app/views/devise/confirmations/new.html.erb
archangel-0.0.4 app/views/devise/confirmations/new.html.erb
archangel-0.0.3 app/views/devise/confirmations/new.html.erb
archangel-0.0.2 app/views/devise/confirmations/new.html.erb