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