Sha256: 1141458a9db1efa59feeb437a1d8ceb5ce42e6e6cacffb0199e3253a51190565
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
<!DOCTYPE html> <html> <head> <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> <title>Dummy</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application' %> </head> <body> <%= link_to('Logout', destroy_user_session_path, method: :delete) %> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-2fa-0.2.1 | spec/dummy/app/views/layouts/application.html.erb |
devise-2fa-0.2.0 | spec/dummy/app/views/layouts/application.html.erb |