Sha256: 6c739e44b5a0cef33e4b2ecf932b0b7b546b6c750eae0c52a87ba0e8cb7cb885
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <!-- META TAGS ============================================================ --> <%= include_meta_tags %> <!-- ====================================================================== --> <meta name="viewport" content="initial-scale=1" /> <%= stylesheet_link_tag :application, media: "all" %> <style> <%= @settings[:styles]["css"].html_safe %> </style> </head> <body class="<%= body_class %>"> <%= render 'header' %> <div class="container"> <%= yield %> </div> <%= render 'footer' %> <%= render 'javascript' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
venice-chr-0.1.5 | app/views/layouts/application.html.erb |