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