Sha256: 528e55155fb6217d92316554634dddaea0a26ca4d0f8c64051efaa32c1dea032

Contents?: true

Size: 457 Bytes

Versions: 11

Compression:

Stored size: 457 Bytes

Contents

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

<%= verify_authy_form do %>
  <legend><%= I18n.t('submit_token_title', {:scope => 'devise'}) %></legend>
  <%= label_tag :token %>
  <%= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token' %>
  <%= link_to '?', '#', :id => 'authy-help' %>
  <%= authy_request_sms_link %>
  <%= submit_tag I18n.t('submit_token', {:scope => 'devise'}), :class => 'btn' %>
<% end %>

Version data entries

11 entries across 10 versions & 1 rubygems

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