Sha256: f0117122788d41eb8d05d72412fca24eeb85929832d52e9802749684b7e7af92
Contents?: true
Size: 442 Bytes
Versions: 41
Compression:
Stored size: 442 Bytes
Contents
<h2><%= I18n.t('authy_register_title', {:scope => 'devise'}) %></h2> <%= 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'}) %></p> <% end %>
Version data entries
41 entries across 22 versions & 1 rubygems