Sha256: 7ff42fd08e3733dcc413aa066b788a6764049a21f6dd6544224c2de025983c71
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 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="form-inputs"> <%= f.input :email, :required => true %> </div> <div class="form-actions"> <%= f.button :submit, "Resend unlock instructions" %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
6 entries across 6 versions & 3 rubygems