Sha256: 51c53106e72446ccadb6c2365f7576600a98f5609dbbab1b71ad19d3c2324f78
Contents?: true
Size: 444 Bytes
Versions: 9
Compression:
Stored size: 444 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"%> <p><%= submit_tag I18n.t('enable_authy', {:scope => 'devise'}) %></p> <%= text_field_tag :cellphone, '', :autocomplete => :off, :placeholder => I18n.t('devise.cellphone'), :id => "authy-cellphone"%> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems