Sha256: 7a97d45f874532225e360924abd1e7fb456f1e91351cbce2bad032667ad4828e
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
<h1>Welcome#index</h1> <p>Find me in app/views/welcome/index.html.erb</p> <% if current_user.authy_enabled %> <%= link_to "Disable authy", user_disable_authy_path, :method => :post %> <% else %> <%= link_to "Enable authy", user_enable_authy_path %> <% end %> <%= link_to "Logout", destroy_user_session_path, :method => :delete %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-authy-1.5.3 | authy-devise-demo/app/views/welcome/index.html.erb |
devise-authy-1.5.2 | authy-devise-demo/app/views/welcome/index.html.erb |