Sha256: da26967f4d9f2b3a44b23f9e475a549bfa622fe8c2be0884319eb63f3adb16ad

Contents?: true

Size: 568 Bytes

Versions: 23

Compression:

Stored size: 568 Bytes

Contents

- title 'Create a password'

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

23 entries across 23 versions & 1 rubygems

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