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