Sha256: ef12396f554dc69ef4868ea33a16e7e5423c6901fc1f8b87a07b4d033acc0ce0

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

<h2>Resend confirmation instructions</h2>

<%= form_for @user, url: confirmation_path(@user), html: { method: :post } do |f| %>

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_auth-1.0.6 app/views/auth/confirm/confirm.html.erb
rails_auth-1.0.5 app/views/rails_auth_web/confirm/confirm.html.erb
rails_auth-1.0.4 app/views/rails_auth_web/confirm/confirm.html.erb