Sha256: 4c6b1f3ebcb91a3cba451242fa6d6b2015c4c65a80e3266b8828eba01606a08f
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 Bytes
Contents
<h2><%= t('.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('.resend_confirmation_instructions', :default => 'Resend confirmation instructions') %></div> <% end %> <%= render "devise/shared/links" %>
Version data entries
4 entries across 4 versions & 1 rubygems