Sha256: c73ec8d5e458efaba8739f7b5508eb0a38566d265f2cb102b15f4fe57281e810
Contents?: true
Size: 306 Bytes
Versions: 49
Compression:
Stored size: 306 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= link_to('Logout', destroy_user_session_path, :method => :delete) %> <%= yield %> </body> </html>
Version data entries
49 entries across 49 versions & 2 rubygems