Sha256: 19447985dac81d20a69cf15c1130a10cb16c6f846d8b4b09ce6da8f7422fe9fa

Contents?: true

Size: 574 Bytes

Versions: 14

Compression:

Stored size: 574 Bytes

Contents

- title 'Create a password'

= form_for @user, url: push_type_admin.user_confirm_path do |f|
  = f.hidden_field :confirmation_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

14 entries across 14 versions & 1 rubygems

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