Sha256: bd362136a018cd53df77f07fbc893dc5f380e57ed533f1fb17c5bfd4bd49057a

Contents?: true

Size: 473 Bytes

Versions: 8

Compression:

Stored size: 473 Bytes

Contents

<h2><%= I18n.t('twilio_verify_register_title', scope: 'devise') %></h2>

<%= 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') %></p>
<% end %>

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.erb
devise-twilio-verify-0.2.4 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.2.3 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.2.2 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.2.1 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.2.0 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.1.1 app/views/devise/enable_twilio_verify.html.erb
devise-twilio-verify-0.1.0 app/views/devise/enable_twilio_verify.html.erb