Sha256: 17a030ab94f99e414a0155faf85e3f713b714c1bc76a2d7705076c07ca643e51

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 Bytes

Contents

%h2= I18n.t('authy_verify_installation_title', {:scope => 'devise'})

- if @authy_qr_code
  = image_tag @authy_qr_code, :size => '256x256', :alt => I18n.t('authy_qr_code_alt', {:scope => 'devise'})
  %p= I18n.t('authy_qr_code_instructions', {:scope => 'devise'})

= verify_authy_installation_form do
  %legend= I18n.t('submit_token_title', {:scope => 'devise'})
  = label_tag :token
  = text_field_tag :token, "", :autocomplete => "one-time-code", :inputmode => "numeric", :pattern => "[0-9]*", :id => 'authy-token'
  %label
    = check_box_tag :remember_device
    %span= I18n.t('remember_device', {:scope => 'devise'})
  = authy_request_sms_link
  = submit_tag I18n.t('enable_my_account', {:scope => 'devise'}), :class => 'btn'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise-authy-2.2.1 app/views/devise/verify_authy_installation.html.haml
devise-authy-2.2.0 app/views/devise/verify_authy_installation.html.haml
devise-authy-2.1.0 app/views/devise/verify_authy_installation.html.haml