Sha256: fca34b50d0c9cc7e16aad4939349bb49155d8ba1304f07788c936a71a57687cc

Contents?: true

Size: 550 Bytes

Versions: 9

Compression:

Stored size: 550 Bytes

Contents

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

= verify_authy_form do
  %legend= I18n.t('submit_token_title', {:scope => 'devise'})
  = hidden_field_tag :"#{resource_name}_id", @resource.id
  = label_tag :token
  = text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token'
  %label
    = check_box_tag :remember_device
    %span= I18n.t('remember_device', {:scope => 'devise'})
  = link_to '?', '#', :id => 'authy-help'
  = authy_request_sms_link
  = submit_tag I18n.t('submit_token', {:scope => 'devise'}), :class => 'btn'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
devise-authy-1.6.0 app/views/devise/verify_authy.html.haml
devise-authy-1.5.3 app/views/devise/verify_authy.html.haml
devise-authy-1.5.2 app/views/devise/verify_authy.html.haml
devise-authy-1.5.1 app/views/devise/verify_authy.html.haml
devise-authy-1.5.0 app/views/devise/verify_authy.html.haml
devise-authy-1.4.0 app/views/devise/verify_authy.html.haml
devise-authy-1.3.0 app/views/devise/verify_authy.html.haml
devise-authy-1.2.2 app/views/devise/verify_authy.html.haml
devise-authy-1.2.1 app/views/devise/verify_authy.html.haml