Sha256: aac1f82885cb08d2f2a54a1b2d8c5d89b41b3fc3d7d1949e520ef25a108de9fb

Contents?: true

Size: 714 Bytes

Versions: 7

Compression:

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
contour-2.1.0.beta11 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta10 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta9 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta8 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta7 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta6 app/views/contour/confirmations/new.html.erb
contour-2.1.0.beta5 app/views/contour/confirmations/new.html.erb