Sha256: 09f9ccb747f0269a20eb5970ea396bc4815199593c1c1e21471ce734b3af4855

Contents?: true

Size: 681 Bytes

Versions: 14

Compression:

Stored size: 681 Bytes

Contents

- title 'Change your password'

= form_for @user, url: push_type_admin.user_password_path, html: { method: :put } do |f|
  = f.hidden_field :reset_password_token
  .row.text
    .columns
      = f.label :password, "New password"
      = f.password_field :password, autofocus: true, autocomplete: "off"
  .row.text
    .columns
      = f.label :password_confirmation, "Confirm new password"
      = f.password_field :password_confirmation, autocomplete: "off"
  .row.submit
    .columns
      %button.button.success.expand.radius{ data: { disable_with: 'Please wait...' } }
        = ficon :check, 'Change my password'

- 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/edit.html.haml
push_type_auth-0.12.0 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.12.0.beta.1 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.11.2 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.11.1 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.11.0.beta.2 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.11.0.beta.1 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.4 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.3 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.2 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.1 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.0 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.0.beta.5 app/views/push_type/passwords/edit.html.haml
push_type_auth-0.10.0.beta.3 app/views/push_type/passwords/edit.html.haml