Sha256: 2017c005e39f5e4d0fa7bc221dadc169c0cb0b947b94364f34ec969b10cab8c0

Contents?: true

Size: 747 Bytes

Versions: 8

Compression:

Stored size: 747 Bytes

Contents

// Title & Meta tags
= render 'app/layouts/meta_tags'

// Stylesheets
= stylesheet_link_tag 'app/application', media: 'all', 'data-turbolinks-track': 'reload'
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Patua+One', 'data-turbolinks-track': 'reload'
= stylesheet_link_tag 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css', 'data-turbolinks-track': 'reload'

// Javascripts
= javascript_include_tag 'app/application', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js', 'data-turbolinks-track': 'reload'

// Google Analytics
= render 'app/layouts/google_analytics'
= render 'admin/layouts/git_info', git: @git

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.21 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.20 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.19 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/app/layouts/_head.html.haml
keppler-2.1.18 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.17 installer/core/app/views/app/layouts/_head.html.haml
keppler-2.1.16 installer/core/app/views/app/layouts/_head.html.haml