Sha256: 2ba5a7304cb833c5641ed5246b09575fe2b11e181dc4b792afd8e1eed41b81d0

Contents?: true

Size: 717 Bytes

Versions: 39

Compression:

Stored size: 717 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="form-group">
    <%= f.label :email, class: 'col-md-2 control-label' %>
    <div class="col-md-10">
      <%= f.email_field :email, class: 'form-control' %>
    </div>
  </div>

  <div class="form-group">
    <div class="col-md-offset-2 col-md-10">
      <%= f.submit "Resend confirmation instructions", class: 'btn btn-primary' %>
      <%= render partial: 'contour/links' %>
    </div>
  </div>
<% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
contour-3.0.1 app/views/contour/confirmations/new.html.erb
contour-3.0.1.rc app/views/contour/confirmations/new.html.erb
contour-3.0.0 app/views/contour/confirmations/new.html.erb
contour-3.0.0.rc app/views/contour/confirmations/new.html.erb
contour-3.0.0.beta1 app/views/contour/confirmations/new.html.erb
contour-2.7.0 app/views/contour/confirmations/new.html.erb
contour-2.7.0.beta1 app/views/contour/confirmations/new.html.erb
contour-2.6.0 app/views/contour/confirmations/new.html.erb
contour-2.6.0.rc app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta8 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta7 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta6 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta5 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta4 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta3 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta2 app/views/contour/confirmations/new.html.erb
contour-2.6.0.beta1 app/views/contour/confirmations/new.html.erb
contour-2.5.0 app/views/contour/confirmations/new.html.erb
contour-2.5.0.beta1 app/views/contour/confirmations/new.html.erb
contour-2.4.0 app/views/contour/confirmations/new.html.erb