Sha256: bad49a6841119b7ee348fa1a80c002562e0130d09bca8fa1a1a725a2e2114ea4

Contents?: true

Size: 487 Bytes

Versions: 3

Compression:

Stored size: 487 Bytes

Contents

doctype html
html lang="#{I18n.locale}"
  head
    meta content=("text/html; charset=UTF-8") http-equiv="Content-Type" /
    meta charset="utf-8" /
    meta content="NOODP" name="ROBOTS" /
    meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" /
    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
underlay-2.0 templates/dvelp_layout.html.slim
underlay-1.52.1 templates/dvelp_layout.html.slim
underlay-1.50.1 templates/dvelp_layout.html.slim