Sha256: eaedf522ba2e8cea71239b1359f543988d8b49036e4cff7f917a7f5e5cd55096
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= current_user ? 'Logged in as '+current_user.name : 'Not logged in' %> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems