martinisoft/funnies

View on GitHub
app/views/devise/unlocks/new.html.haml

Summary

Maintainability
Test Coverage
%h2 Resend unlock instructions
= simple_form_for resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post } do |f|
  = f.input :email, hint: "mal@firefly.com", input_html: { placeholder: "mal@firefly.com" }
  = f.submit "Resend unlock instructions"
= render :partial => "devise/shared/links"