Sha256: 92697ef0c5e3d41b14749c4302434ad61f76d4fe715d20b9059e36ba57fc4914
Contents?: true
Size: 884 Bytes
Versions: 8
Compression:
Stored size: 884 Bytes
Contents
<h2><%= I18n.t('twilio_verify_verify_installation_title', scope: 'devise') %></h2> <% 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') %></p> <% end %> <%= verify_twilio_verify_installation_form do %> <legend><%= I18n.t('submit_token_title', scope: 'devise') %></legend> <%= 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') %></span> </label> <%= twilio_verify_request_sms_link %> <%= submit_tag I18n.t('enable_my_account', scope: 'devise'), :class => 'btn' %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems