Sha256: a863ef41106411ebdb0f3d02d8f47bc0d561445f4146e422649169ffd0e83ae7
Contents?: true
Size: 625 Bytes
Versions: 3
Compression:
Stored size: 625 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! %> <div><%= f.label :email %><br /> <%= f.email_field :email, :autofocus => true %></div> <!-- TODO Ennder A TRADUIRE "Resend confirmation instructions/Renvoyer les instructions de confirmation" --> <div><%= f.submit "Resend confirmation instructions" %></div> <% end %> <%= render "devise/shared/links" %>
Version data entries
3 entries across 3 versions & 1 rubygems