Sha256: 1d57c5e50ad1a142f38f7a3fbd2e1e57195fb0ce4f6279de73354374ae9eabdc
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <%= stylesheet_link_tag "/stylesheets/app1.css" %> <%= javascript_script_tag "/javascripts/app1.js" %> <title><%= @title %></title> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wbzyl-sinatra-static-assets-0.0.7 | examples/app1/views/layout.erb |
wbzyl-sinatra-static-assets-0.0.8 | examples/app1/views/layout.erb |