Sha256: 751930a26321b7181200aaff699002027154c3c88c17508b920d310d905eaae7
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Blob</title> <%= stylesheet_link_tag "blob/application", media: "all" %> <%= javascript_include_tag "blob/application" %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blob-0.0.1 | app/views/layouts/blob/application.html.erb |