Sha256: 27dede553b969df8851dca103c07e68b11580ccefd2b6b1f334677590143b3f8

Contents?: true

Size: 529 Bytes

Versions: 11

Compression:

Stored size: 529 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="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
  </div>

  <div class="actions">
    <%= f.submit "Resend confirmation instructions" %>
  </div>
<% end %>

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ratable-0.1.1 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.1.0 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.9 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.8 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.7 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.6 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.5 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.4 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.3 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.2 spec/dummy/app/views/admins/confirmations/new.html.erb
ratable-0.0.1 spec/dummy/app/views/admins/confirmations/new.html.erb