Sha256: 1c0da96b7eabf5d3c2db89b983f565ce386fba3d3d7fc6f75e58394cbb5876e7

Contents?: true

Size: 699 Bytes

Versions: 3

Compression:

Stored size: 699 Bytes

Contents

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

<%= form_for(resource, :as => resource_name, :url => unlock_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-10 col-md-offset-2">
      <%= f.submit "Resend unlock instructions", class: 'btn btn-primary' %>
      <%= render partial: 'contour/links' %>
    </div>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contour-2.1.0.beta15 app/views/contour/unlocks/new.html.erb
contour-2.1.0.beta14 app/views/contour/unlocks/new.html.erb
contour-2.1.0.beta13 app/views/contour/unlocks/new.html.erb