Sha256: 2e379fe38e72ac2fcdf88a1d1048473c0af832b70dfd66811a75b3b878df6004

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

<h2>Resend confirmation instructions</h2>

<%= simple_form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :email, :required => true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, "Resend confirmation instructions" %>
  </div>
<% end %>

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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
devise-2.1.4 lib/generators/templates/simple_form_for/confirmations/new.html.erb
jc_cms-0.0.2 app/views/jc_cms/users/confirmations/new.html.erb
devise-2.1.3 lib/generators/templates/simple_form_for/confirmations/new.html.erb
jc_cms-0.0.1 app/views/jc_cms/users/confirmations/new.html.erb
devise-2.1.2 lib/generators/templates/simple_form_for/confirmations/new.html.erb
rmello-devise-2.1.0.2 lib/generators/templates/simple_form_for/confirmations/new.html.erb