Sha256: 2f781bffdb24447a7964ca62ad4e9881a766020e211341fab30f14e6ec90303e

Contents?: true

Size: 344 Bytes

Versions: 28

Compression:

Stored size: 344 Bytes

Contents

<h2>Resend confirmation instructions</h2>

<% form_for resource_name, resource, :url => confirmation_path(resource_name) do |f| %>
  <%= f.error_messages %>

  <p><%= f.label :email %></p>
  <p><%= f.text_field :email %></p>

  <p><%= f.submit "Resend confirmation instructions" %></p>
<% end %>

<%= render :partial => "shared/devise_links" %>

Version data entries

28 entries across 28 versions & 7 rubygems

Version Path
glennr-devise-1.0.1.1 app/views/confirmations/new.html.erb
glennr-devise-1.0.1 app/views/confirmations/new.html.erb
devise-1.0.2 app/views/confirmations/new.html.erb
devise-1.0.1 app/views/confirmations/new.html.erb
devise-1.0.0 app/views/confirmations/new.html.erb
devise-0.9.2 app/views/confirmations/new.html.erb
devise-0.9.1 app/views/confirmations/new.html.erb
devise-0.9.0 app/views/confirmations/new.html.erb