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