Sha256: 884fe04b8665a5cac0f665987cc87cf1d22e22d1419e1d8d97a4265f6e2b99ee
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <!-- META TAGS ============================================================ --> <%%= display_meta_tags %> <!-- ====================================================================== --> <meta name="viewport" content="initial-scale=1" /> <%%= stylesheet_link_tag :application, media: "all" %> <%%= csrf_meta_tags %> </head> <body class="<%%= body_class %>"> <%%= render "flashes" -%> <%%= yield %> <%%= render "javascript" %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chr-0.5.7 | templates/application_layout.html.erb.erb |
chr-0.5.6 | templates/application_layout.html.erb.erb |