Sha256: 9dda5d00c994b1268aed1865c898954a15d9581d17991d0ff6f53a44dc323a01

Contents?: true

Size: 630 Bytes

Versions: 63

Compression:

Stored size: 630 Bytes

Contents

<% @title = 'Resend confirmation instructions' %>
<div class="page-header">
  <h1><%= @title %></h1>
</div>

<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post, class: 'form-horizontal' }) do |f| %>
  <%= devise_error_messages! %>

  <div class="control-group">
    <%= f.label :email, class: 'control-label' %>
    <div class="controls">
      <%= f.email_field :email %>
    </div>
  </div>

  <div class="form-actions">
    <%= f.submit "Resend confirmation instructions", class: 'btn btn-primary' %>
    <%= render partial: 'contour/links' %>
  </div>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
contour-2.1.0.beta4 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta3 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta2 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta1 app/views/contour/confirmations/new.html.erb
contour-2.0.0 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc6 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc5 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc4 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc3 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc2 app/views/contour/confirmations/new.html.erb
contour-2.0.0.rc app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.9 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.8 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.7 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.6 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.5 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.4 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.3 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.2 app/views/contour/confirmations/new.html.erb
contour-2.0.0.beta.1 app/views/contour/confirmations/new.html.erb