Sha256: f1a0d4101988b9e94b98d49ea24305eabb65099de78534a267f09caf6ab051b1

Contents?: true

Size: 675 Bytes

Versions: 40

Compression:

Stored size: 675 Bytes

Contents

- title 'Change your password'

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

40 entries across 40 versions & 1 rubygems

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