Sha256: 4c2101c17baa656a059c24905b100ebda77c942185cd31be65973d2f1d37b29f

Contents?: true

Size: 432 Bytes

Versions: 27

Compression:

Stored size: 432 Bytes

Contents

<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post, :class => "devise" }) do |f| %>
	<h2>Resend confirmation instructions</h2>
  <%= devise_error_messages! %>

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

  <p><%= f.submit "Resend confirmation instructions", :class => "submit" %></p>
	
	<%= render :partial => "devise/shared/links" %>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/devise/confirmations/new.html.erb
soapbox-0.3.0 app/views/devise/confirmations/new.html.erb
soapbox-0.2.24 app/views/devise/confirmations/new.html.erb
soapbox-0.2.23 app/views/devise/confirmations/new.html.erb
soapbox-0.2.21 app/views/devise/confirmations/new.html.erb
soapbox-0.2.20 app/views/devise/confirmations/new.html.erb
soapbox-0.2.18 app/views/devise/confirmations/new.html.erb
soapbox-0.2.16 app/views/devise/confirmations/new.html.erb
soapbox-0.2.15 app/views/devise/confirmations/new.html.erb
soapbox-0.2.14 app/views/devise/confirmations/new.html.erb
soapbox-0.2.12 app/views/devise/confirmations/new.html.erb
soapbox-0.2.11 app/views/devise/confirmations/new.html.erb
soapbox-0.2.10 app/views/devise/confirmations/new.html.erb
soapbox-0.2.9 app/views/devise/confirmations/new.html.erb
soapbox-0.2.8 app/views/devise/confirmations/new.html.erb
soapbox-0.2.7 app/views/devise/confirmations/new.html.erb
soapbox-0.2.6 app/views/devise/confirmations/new.html.erb
soapbox-0.2.5 app/views/devise/confirmations/new.html.erb
soapbox-0.2.4 app/views/devise/confirmations/new.html.erb
soapbox-0.2.3 app/views/devise/confirmations/new.html.erb