Sha256: 8c1c642d82c9b027a249f936e4be592d2fe9017f830912ef65e83734f5113b9d
Contents?: true
Size: 398 Bytes
Versions: 22
Compression:
Stored size: 398 Bytes
Contents
%h2= I18n.t('authy_register_title', {:scope => 'devise'}) = enable_authy_form do = text_field_tag :country_code, '', :autocomplete => :off, :placeholder => I18n.t('devise.country'), :id => "authy-countries" = text_field_tag :cellphone, '', :autocomplete => :off, :placeholder => I18n.t('devise.cellphone'), :id => "authy-cellphone" %p= submit_tag I18n.t('enable_authy', {:scope => 'devise'})
Version data entries
22 entries across 22 versions & 1 rubygems