Sha256: b6d84be4f305b453670f4c2b3a62778862fc0a3f086237563e99efec86a1f8f1

Contents?: true

Size: 621 Bytes

Versions: 8

Compression:

Stored size: 621 Bytes

Contents

<h2>Resend unlock instructions</h2>

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="form-inputs">
    <div class="form-group string required email">
      <%= f.label :email, class: "control-label string email required" %>
      <%= f.email_field :email, autofocus: true, class: "form-control string email required" %>
    </div>
  </div>

  <div class="form-actions text-right">
    <%= f.submit "Resend unlock instructions", class: "btn btn-default" %>
  </div>
<% end %>

<%= render "devise/shared/links" %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 app/views/devise/unlocks/new.html.erb
archangel-0.0.8 app/views/devise/unlocks/new.html.erb
archangel-0.0.7 app/views/devise/unlocks/new.html.erb
archangel-0.0.6 app/views/devise/unlocks/new.html.erb
archangel-0.0.5 app/views/devise/unlocks/new.html.erb
archangel-0.0.4 app/views/devise/unlocks/new.html.erb
archangel-0.0.3 app/views/devise/unlocks/new.html.erb
archangel-0.0.2 app/views/devise/unlocks/new.html.erb