Sha256: 20822d12d1d5f53803d7322e11846574f720bdebd485028333544038e80fd3e6

Contents?: true

Size: 454 Bytes

Versions: 14

Compression:

Stored size: 454 Bytes

Contents

- 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'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
push_type_auth-0.12.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.12.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.12.0.beta.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.11.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.11.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.11.0.beta.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.11.0.beta.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.4 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.3 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.0.beta.5 app/views/push_type/passwords/new.html.haml
push_type_auth-0.10.0.beta.3 app/views/push_type/passwords/new.html.haml