Sha256: a4c6fe412e1a240ac1e990a2b7326fa34473f2818c446f7e585d1df8749d157e

Contents?: true

Size: 448 Bytes

Versions: 40

Compression:

Stored size: 448 Bytes

Contents

- title 'Forgot your password?'

= form_for @user, url: push_type.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

40 entries across 40 versions & 1 rubygems

Version Path
push_type_auth-0.9.5 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.3 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.0.beta.4 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.0.beta.3 app/views/push_type/passwords/new.html.haml
push_type_auth-0.9.0.beta.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.0.beta.3 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.0.beta.2 app/views/push_type/passwords/new.html.haml
push_type_auth-0.8.0.beta.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.7.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.7.0.beta.1 app/views/push_type/passwords/new.html.haml
push_type_auth-0.6.0 app/views/push_type/passwords/new.html.haml
push_type_auth-0.6.0.beta.4 app/views/push_type/passwords/new.html.haml
push_type_auth-0.6.0.beta.3 app/views/push_type/passwords/new.html.haml
push_type_auth-0.6.0.beta.2 app/views/push_type/passwords/new.html.haml