Sha256: 2ef3c912eae1dabe18aa56d3d09bbc4e62334676ef6f2c1cbb3860eac09774b8

Contents?: true

Size: 428 Bytes

Versions: 8

Compression:

Stored size: 428 Bytes

Contents

%h2= I18n.t('twilio_verify_register_title', scope: 'devise')
= enable_twilio_verify_form do
  = text_field_tag :country_code, '', :autocomplete => :off, :placeholder => I18n.t('devise.country'), :id => "twilio-verify-countries"
  = text_field_tag :cellphone, '', :autocomplete => :off, :placeholder => I18n.t('devise.cellphone'), :id => "twilio-verify-cellphone"
  %p= submit_tag I18n.t('enable_twilio_verify', scope: 'devise')

Version data entries

8 entries across 8 versions & 1 rubygems

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