Sha256: dbe4fcb99372f79bb07ef88d371285cf1a5986e4d3679515fe782eb19a9e9a53

Contents?: true

Size: 662 Bytes

Versions: 3

Compression:

Stored size: 662 Bytes

Contents

doctype html
html
  head
    meta charset="utf-8"
    meta content="IE=edge" http-equiv="X-UA-Compatible"
    title= title
    meta content="width=device-width, initial-scale=1" name="viewport"
    meta content="Your description here" name="description"

    = render "fb_meta_tags"

    = include_gon
    = stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true
    / = javascript_include_tag "vendor/modernizr", "data-turbolinks-track" => true
    = javascript_include_tag "application", "data-turbolinks-track" => true
    = csrf_meta_tags

  body class="#{body_class}"
    = render "flash"

    = yield

    = render "ga_boiler"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bluebase-1.1.0 templates/app/application.html.slim
bluebase-1.0.1 templates/app/application.html.slim
bluebase-1.0.0 templates/app/application.html.slim