Sha256: 20f45a529913b282d8f9d8d45545102c054c299fa2d97afb69fa0e8dbeca848e
Contents?: true
Size: 478 Bytes
Versions: 36
Compression:
Stored size: 478 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 %> <%= f.full_error :unlock_token %> <div class="form-inputs"> <%= f.input :email, :required => true, :autofocus => true %> </div> <div class="form-actions"> <%= f.button :submit, "Resend unlock instructions" %> </div> <% end %> <%= render "users/shared/links" %>
Version data entries
36 entries across 36 versions & 2 rubygems