Sha256: 7c699ee287da4a334055c5ae4cce23c36570db3fd5e3e263e3ba7946ea31068a
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>TastesBitter</title> <%= stylesheet_link_tag "tastes_bitter/application", media: "all" %> <%= javascript_include_tag "tastes_bitter/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tastes_bitter-0.0.2 | app/views/layouts/tastes_bitter/application.html.erb |
tastes_bitter-0.0.1 | app/views/layouts/tastes_bitter/application.html.erb |