Sha256: 5508dfad8d53ce732e349447ba76ec9a1cb634adba481bec674184c0c3369ac1
Contents?: true
Size: 593 Bytes
Versions: 18
Compression:
Stored size: 593 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' %> <label> <%= check_box_tag :remember_device %> <span><%= I18n.t('remember_device', {:scope => 'devise'}) %></span> </label> <%= link_to '?', '#', :id => 'authy-help' %> <%= authy_request_sms_link %> <%= submit_tag I18n.t('submit_token', {:scope => 'devise'}), :class => 'btn' %> <% end %>
Version data entries
18 entries across 9 versions & 1 rubygems