Sha256: c92680fa40f96606631d59dbb31c9db7db2685a6e3773bf6304a9d651f4b99f2

Contents?: true

Size: 387 Bytes

Versions: 25

Compression:

Stored size: 387 Bytes

Contents

<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 %></div>

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

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

Version data entries

25 entries across 25 versions & 7 rubygems

Version Path
devise-radius-authenticatable-0.0.3 spec/rails_app/app/views/devise/confirmations/new.html.erb
devise-radius-authenticatable-0.0.2 spec/rails_app/app/views/devise/confirmations/new.html.erb
devise-radius-authenticatable-0.0.1 spec/rails_app/app/views/devise/confirmations/new.html.erb
devise-2.1.2 app/views/devise/confirmations/new.html.erb
rmello-devise-2.1.0.2 app/views/devise/confirmations/new.html.erb