Sha256: 42bc7778c2169e3da102cd56e787c014b6265d2ac28249622f80c99686416852

Contents?: true

Size: 457 Bytes

Versions: 40

Compression:

Stored size: 457 Bytes

Contents

- title 'Resend confirmation instructions'

= form_for @user, url: push_type.user_confirmation_path, html: { method: :post } do |f|
  .row.text
    .columns
      = f.label :email
      = f.email_field :email, autofocus: true
  .row.submit
    .columns
      %button.button.success.expand.radius{ data: { disable_with: 'Please wait' } }
        = ficon :mail, 'Resend confirmation instructions'

- 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/confirmations/new.html.haml
push_type_auth-0.9.3 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.2 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.1 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.0 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.0.beta.4 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.0.beta.3 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.9.0.beta.2 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.2 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.1 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.0 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.0.beta.3 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.0.beta.2 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.8.0.beta.1 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.7.0 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.7.0.beta.1 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.6.0 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.6.0.beta.4 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.6.0.beta.3 app/views/push_type/confirmations/new.html.haml
push_type_auth-0.6.0.beta.2 app/views/push_type/confirmations/new.html.haml