Sha256: 37e48c4f1d5b96c590aee5100baa3fd0a2e5a1f38dc4c0ee9f3e7c43365899af

Contents?: true

Size: 592 Bytes

Versions: 17

Compression:

Stored size: 592 Bytes

Contents

- title 'Create a password'

= form_for @user, url: push_type.user_confirm_path do |f|
  = f.hidden_field :confirmation_token, value: @original_token
  .row.text
    .columns
      = f.label :password
      = f.password_field :password, autofocus: true
  .row.text
    .columns
      = f.label :password_confirmation
      = f.password_field :password_confirmation
  .row.submit
    .columns
      %button.button.success.expand.radius{ data: { disable_with: 'Please wait' } }
        = ficon :check, 'Confirm account and sign in'

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
push_type_auth-0.5.1 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0.alpha.5 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0.alpha.4 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0.alpha.3 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0.alpha.2 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.5.0.alpha.1 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.4.0 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.4.0.beta.3 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.3.3 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.3.1 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.2.1 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.2.0 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.2.0.beta2 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.1.1 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.1.0 app/views/push_type/confirmations/show.html.haml
push_type_auth-0.1.0.beta3 app/views/push_type/confirmations/show.html.haml