Sha256: 52b986faea0268cf67596dc384b891438d2f2f3b0d851567372f561c03379c87
Contents?: true
Size: 424 Bytes
Versions: 34
Compression:
Stored size: 424 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, :required => true %> </div> <div class="actions"> <%= f.button :submit, "Resend unlock instructions" %> </div> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
34 entries across 34 versions & 8 rubygems