Sha256: f4de094a116fcdf0e6c505b2938ab62f23a43386bfed2c15520b7a7546c06c64

Contents?: true

Size: 551 Bytes

Versions: 2

Compression:

Stored size: 551 Bytes

Contents

<h2><%= t('devise.views.confirmations.new.resend_confirmation_instructions', :default => '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><%= t('devise.views.confirmations.new.resend_confirmation_instructions', :default => 'Resend confirmation instructions') %></div>
<% end %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-i18n-views-0.1.1 app/views/devise/confirmations/new.html.erb
devise-i18n-views-0.1.0 app/views/devise/confirmations/new.html.erb