Sha256: 87c9de02c57edfb439c529fa80e4901ee8e901a0efec2e83d149799f0ffe9ca9

Contents?: true

Size: 765 Bytes

Versions: 8

Compression:

Stored size: 765 Bytes

Contents

%h2= I18n.t('twilio_verify_verify_installation_title', scope: 'devise')

- if @twilio_verify_qr_code
  = image_tag @twilio_verify_qr_code, :size => '256x256', :alt => I18n.t('twilio_verify_qr_code_alt', scope: 'devise')
  %p= I18n.t('twilio_verify_qr_code_instructions', scope: 'devise')

= verify_twilio_verify_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 => 'twilio-verify-token'
  %label
    = check_box_tag :remember_device
    %span= I18n.t('remember_device', scope: 'devise')
  = twilio_verify_request_sms_link
  = submit_tag I18n.t('enable_my_account', scope: 'devise'), :class => 'btn'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
devise-twilio-verify-0.2.5 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.2.4 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.2.3 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.2.2 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.2.1 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.2.0 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.1.1 app/views/devise/verify_twilio_verify_installation.html.haml
devise-twilio-verify-0.1.0 app/views/devise/verify_twilio_verify_installation.html.haml