Sha256: 1a15acc44bc7697e2e96618b159cb2d91caa1b5bca2e7b979d1ab208d5841ac4

Contents?: true

Size: 292 Bytes

Versions: 11

Compression:

Stored size: 292 Bytes

Contents

doctype html
html
  head
    = yield :head
    = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
    = javascript_include_tag 'application', 'data-turbolinks-track' => true
    = analytics_init if Rails.env.production?
    = csrf_meta_tags
  body
    = yield

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hicube-0.0.11 app/views/layouts/hicube.html.slim
hicube-0.0.10 app/views/layouts/hicube.html.slim
hicube-0.0.9 app/views/layouts/hicube.html.slim
hicube-0.0.8 app/views/layouts/hicube.html.slim
hicube-0.0.7 app/views/layouts/hicube.html.slim
hicube-0.0.6 app/views/layouts/hicube.html.slim
hicube-0.0.5 app/views/layouts/hicube.html.slim
hicube-0.0.4 app/views/layouts/hicube.html.slim
hicube-0.0.3 app/views/layouts/hicube.html.slim
hicube-0.0.2 app/views/layouts/hicube.html.slim
hicube-0.0.1 app/views/layouts/hicube.html.slim