Sha256: 56854d7c9f668817b0e893d498be597a749a2241cbced79413625890033e22d9

Contents?: true

Size: 565 Bytes

Versions: 3

Compression:

Stored size: 565 Bytes

Contents

doctype html
html lang=I18n.locale
  head
    meta charset="utf-8"
    meta name="ROBOTS" content="NOODP"
    meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"

    / Configure default and controller-, and view-specific titles in
      config/locales/en.yml. For more see:
      https://github.com/calebthompson/title#usage

    title= title
    = stylesheet_link_tag :application, media: 'all'
    = csrf_meta_tags
  body class=body_class
    = render 'flashes'
    = yield
    = render 'javascript'
    = render 'css_overrides'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
welaika-suspenders-2.29.0.alpha.3 templates/suspenders_layout.html.slim
welaika-suspenders-2.29.0.alpha.2 templates/suspenders_layout.html.slim
welaika-suspenders-2.29.0.alpha.1 templates/suspenders_layout.html.slim