Sha256: 377e001635a2f219917318ba007f6a9d4cc685d74b125acc40db02685f98c632
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>CouchBlog</title> <%= stylesheet_link_tag "couch_blog/application", :media => "all" %> <%= javascript_include_tag "couch_blog/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couch_blog-0.6.0 | app/views/layouts/couch_blog/application.html.erb |