Sha256: d8a72404db9bf6762a52ae51117c4e43bdee2b1071f83d077c3c47b03feec933
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>MarkItZero</title> <%= stylesheet_link_tag "mark_it_zero/application", media: "all" %> <%= javascript_include_tag "mark_it_zero/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mark_it_zero-0.1.0 | app/views/layouts/mark_it_zero/application.html.erb |
mark_it_zero-0.0.0 | app/views/layouts/mark_it_zero/application.html.erb |