Sha256: 4eeb449d3cbc077352c66052e9c383e42b16d20fb93365100202335581cb6aa6
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-authy-2.3.1 | app/views/devise/verify_authy_installation.html.haml |
devise-authy-2.3.0 | app/views/devise/verify_authy_installation.html.haml |