Sha256: 44e648f71d1d7af05b3535681a68f0afbaf2792bafacd867fdb71c6155654518
Contents?: true
Size: 354 Bytes
Versions: 65
Compression:
Stored size: 354 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><%= f.label :email %><br /> <%= f.email_field :email %></div> <div><%= f.submit "Resend unlock instructions" %></div> <% end %> <%= render "links" %>
Version data entries
65 entries across 65 versions & 7 rubygems