Sha256: 67ca722d4008f6e3135f8f3439de24a00faea8e197a28694090acd3a072958f6

Contents?: true

Size: 352 Bytes

Versions: 6

Compression:

Stored size: 352 Bytes

Contents

<h1>Welcome#admin_page</h1>
<p>Find me in app/views/welcome/admin_page.html.erb</p>


<% if current_admin.authy_enabled %>
  <%= link_to "Disable authy", admin_disable_authy_path, :method => :post %>
<% else %>
  <%= link_to "Enable authy", admin_enable_authy_path %>
<% end %>

<%= link_to "Logout", destroy_admin_session_path, :method => :delete %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
devise-authy-1.8.3 authy-devise-demo/app/views/welcome/admin_page.html.erb
devise-authy-1.8.2 authy-devise-demo/app/views/welcome/admin_page.html.erb
devise-authy-1.8.1 authy-devise-demo/app/views/welcome/admin_page.html.erb
devise-authy-1.8.0 authy-devise-demo/app/views/welcome/admin_page.html.erb
devise-authy-1.7.0 authy-devise-demo/app/views/welcome/admin_page.html.erb
devise-authy-1.6.0 authy-devise-demo/app/views/welcome/admin_page.html.erb