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

Version Path
devise-authy-1.6.0 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.5.3 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.5.2 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.5.1 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.5.0 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.4.0 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.3.0 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.2.2 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb
devise-authy-1.2.1 spec/rails-app/app/views/devise/devise_authy/enable_authy.html.erb