about summary refs log tree commit diff
path: root/app/views/auth/confirmations/captcha.html.haml
blob: 0f7cf9c595cd0ec28f2e747f288967e1c4a4e1cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
- content_for :page_title do
  = t('auth.confirm_captcha')

= form_tag auth_captcha_confirmation_url, method: 'POST', class: 'simple_form' do
  = hidden_field_tag :confirmation_token, params[:confirmation_token]

  .field-group
    = render_captcha

  .actions
    %button.button= t('challenge.continue')