Sha256: 578ecf90adfbe49df24969a7502e9cef93d41129ce63c4621d0cf1fbde7cbcbd

Contents?: true

Size: 585 Bytes

Versions: 7

Compression:

Stored size: 585 Bytes

Contents

<h2>Resend confirmation instructions</h2>

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

  <div class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true, autocomplete: "email", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
  </div>

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

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
blog_app-0.0.1 lib/app/views/users/confirmations/new.html.erb
osbc-0.2.0 app/views/users/confirmations/new.html.erb
osbc-0.1.9 app/views/users/confirmations/new.html.erb
osbc-0.1.8 app/views/users/confirmations/new.html.erb
osbc-0.1.7 app/views/users/confirmations/new.html.erb
osbc-0.1.6 app/views/users/confirmations/new.html.erb
osbc-0.1.5 app/views/users/confirmations/new.html.erb