pushtype/push_type

View on GitHub
auth/app/views/push_type/passwords/new.html.haml

Summary

Maintainability
Test Coverage
- title 'Forgot your password?'

= form_for @user, url: push_type_admin.user_password_path, html: { method: :post } do |f|
  .row.text
    .columns
      = f.label :email
      = f.email_field :email, autofocus: true
  .row.submit
    .columns
      %button.button.success.expand.radius{ data: { disable_with: 'Please wait...' } }
        = ficon :mail, 'Send me password reset instructions'

- content_for :auth_links do
  = render 'devise/shared/links'