Sha256: d2b2270cfb52ccae682c16ded1a3e7e628cb83a7b87703428709fa81231d9f3f

Contents?: true

Size: 887 Bytes

Versions: 21

Compression:

Stored size: 887 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="ROBOTS" content="NOODP" />
  <meta name="viewport" content="initial-scale=1" />

  <%%#
    Configure default meta tags values, for more details see:
    https://github.com/kpumuk/meta-tags
  %>
  <%%= display_meta_tags site:        '<%= app_name %>',
                        description: '',
                        og: { site_name:   '<%= app_name %>',
                              url:         '',
                              title:       '',
                              description: '',
                              type:        'website',
                              image:       '' } %>

  <%%= stylesheet_link_tag :application, media: "all" %>
  <%%= csrf_meta_tags %>
</head>
<body class="<%%= body_class %>">
  <%%= render "flashes" -%>
  <%%= yield %>
  <%%= render "javascript" %>
</body>
</html>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
chr-0.5.5 templates/application_layout.html.erb.erb
chr-0.5.4 templates/application_layout.html.erb.erb
chr-0.5.3 templates/application_layout.html.erb.erb
chr-0.5.1 templates/application_layout.html.erb.erb
chr-0.5.0 templates/application_layout.html.erb.erb
chr-0.4.25 templates/application_layout.html.erb.erb
chr-0.4.24 templates/application_layout.html.erb.erb
chr-0.4.23 templates/application_layout.html.erb.erb
chr-0.4.22 templates/application_layout.html.erb.erb
chr-0.4.21 templates/application_layout.html.erb.erb
chr-0.4.20 templates/application_layout.html.erb.erb
chr-0.4.19 templates/application_layout.html.erb.erb
chr-0.4.18 templates/application_layout.html.erb.erb
chr-0.4.17 templates/application_layout.html.erb.erb
chr-0.4.15 templates/application_layout.html.erb.erb
chr-0.4.14 templates/application_layout.html.erb.erb
chr-0.4.13 templates/application_layout.html.erb.erb
chr-0.4.12 templates/application_layout.html.erb.erb
chr-0.4.11 templates/application_layout.html.erb.erb
chr-0.4.10 templates/application_layout.html.erb.erb