Sha256: 36f3c3e56021ea883806cabe1fc7e58a578067f1a5adcb2329840f0edebd031f

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

<div class="col-sm-12">
<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>

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/devise/confirmations/new.html.erb
commonwealth-vlr-engine-0.0.4 app/views/devise/confirmations/new.html.erb
commonwealth-vlr-engine-0.0.3 app/views/devise/confirmations/new.html.erb
commonwealth-vlr-engine-0.0.2 app/views/devise/confirmations/new.html.erb
commonwealth-vlr-engine-0.0.1 app/views/devise/confirmations/new.html.erb