Sha256: 6f0d19b2cdb7797a77ac899de04117668bde6c8cadf1b17366be0529f3d2c1ac

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

<h2>Resend unlock instructions</h2>

<%= simple_form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
  <%= f.error_notification %>

  <div class="inputs">
    <%= f.input :email %>
  </div>

  <div class="actions">
    <%= f.button :submit, "Resend unlock instructions" %>
  </div>
<% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise-1.4.1 lib/generators/devise/simple_form_for/unlocks/new.html.erb