Sha256: fc29fb5bcc34b27ea0f203132fc6315b427a30397b750cdf1f3c5e3896ff7bfc
Contents?: true
Size: 398 Bytes
Versions: 14
Compression:
Stored size: 398 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 "links" %>
Version data entries
14 entries across 12 versions & 2 rubygems