Sha256: 8d032cb14e86f3efa164b37af9b9ba01b8681ca86a438b91e573326733706aff

Contents?: true

Size: 473 Bytes

Versions: 6

Compression:

Stored size: 473 Bytes

Contents

<h1><%= t 'janus.confirmations.new.resend_confirmation_instructions' %></h1>

<%= form_for resource, :url => confirmation_path(janus_scope), :method => :post do |f| %>
  <%= janus_error_messages %>

  <% resource.class.authentication_keys.each do |key| %>
    <div class="field">
      <%= f.label key %>
      <%= f.text_field key %>
    </div>
  <% end %>

  <div class="actions">
    <%= f.submit t('janus.confirmations.new.send_instructions_btn') %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
janus-0.10.1 test/rails_app/app/views/users/confirmations/new.html.erb
janus-0.10.0 test/rails_app/app/views/users/confirmations/new.html.erb
janus-0.9.1 test/rails_app/app/views/users/confirmations/new.html.erb
janus-0.9.0 test/rails_app/app/views/users/confirmations/new.html.erb
janus-0.8.1 test/rails_app/app/views/users/confirmations/new.html.erb
janus-0.8.0 test/rails_app/app/views/users/confirmations/new.html.erb