Sha256: 5bc3e1b5a88360f46fd40d7f7f3956f1a3f0f7f120accfe7acbe386d194e3381

Contents?: true

Size: 506 Bytes

Versions: 7

Compression:

Stored size: 506 Bytes

Contents

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

<%%= form_for @<%= singular_name %>, :url => <%= singular_name %>_confirmation_path, :method => :post do |f| %>
  <%%= janus_error_messages %>

  <%% <%= class_name %>.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

7 entries across 7 versions & 1 rubygems

Version Path
janus-0.10.1 lib/generators/templates/confirmations/new.html.erb
janus-0.10.0 lib/generators/templates/confirmations/new.html.erb
janus-0.9.1 lib/generators/templates/confirmations/new.html.erb
janus-0.9.0 lib/generators/templates/confirmations/new.html.erb
janus-0.8.1 lib/generators/templates/confirmations/new.html.erb
janus-0.8.0 lib/generators/templates/confirmations/new.html.erb
janus-0.7.0 lib/generators/templates/confirmations/new.html.erb