Sha256: d16d5abbfffce78b46cc034bb700b2d1489bab08c2fd89cb67dd643fc8a10e1b

Contents?: true

Size: 608 Bytes

Versions: 7

Compression:

Stored size: 608 Bytes

Contents

<!-- TODO Ennder A TRADUIRE "Resend confirmation instructions/Renvoi des instructions de confirmation" -->
<h2>Resend confirmation instructions</h2>

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

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

  <!-- TODO Ennder A TRADUIRE "Resend confirmation instructions/Renvoyer les instructions de confirmation" -->
  <p><%= f.submit "Resend confirmation instructions" %></p>
<% end %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise_rails3_ennder-1.0.5 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-1.0.4 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-1.0.3 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-1.0.2 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-1.0.1 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-1.0.0 app/views/devise/confirmations/new.html.erb
devise_rails3_ennder-0.9.0 app/views/devise/confirmations/new.html.erb