Sha256: 5aaf8030e2230e20a3c0bc598ac41998e79bb09ae9b2889911d76cc224270beb

Contents?: true

Size: 340 Bytes

Versions: 6

Compression:

Stored size: 340 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! %>

  <%= f.label :email %>
  <%= f.email_field :email %>

  <%= f.submit "Resend unlock instructions" %>
<% end %>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
citygate-0.1.1 app/views/devise/unlocks/new.html.erb
citygate-0.1.0 app/views/devise/unlocks/new.html.erb
citygate-0.0.9 app/views/devise/unlocks/new.html.erb
citygate-0.0.8 app/views/devise/unlocks/new.html.erb
citygate-0.0.7 app/views/devise/unlocks/new.html.erb
citygate-0.0.6 app/views/devise/unlocks/new.html.erb