<%= t 'janus.confirmations.new.resend_confirmation_instructions' %>
<%= form_for resource, :url => confirmation_path(janus_scope), :method => :post do |f| %>
<%= janus_error_messages %>
<% resource.class.authentication_keys.each do |key| %>
<%= f.label key %>
<%= f.text_field key %>
<% end %>
<%= f.submit t('janus.confirmations.new.send_instructions_btn') %>
<% end %>