Sha256: effcf8e4d157a9e3a2ab7fcc6d4ae23d10fa35ee8246900277f9924404374ada

Contents?: true

Size: 528 Bytes

Versions: 2

Compression:

Stored size: 528 Bytes

Contents

doctype html
html lang="en"
  meta name="viewport" content="width=device-width, initial-scale=1.0"

  head
    = head
  body
    = turbo_frame_tag "dialog"
    .h-screen.flex data-controller="satis-page"
      / TOPBAR
      .page_bg
        .topbar
          / NAVBAR
          .flex-1.px-4.flex.justify-between
            = navbar
        .page_body
          main.flex-1.relative.focus:outline-none
            .mt-4
              .max-w.mx-auto.px-4.sm:px-4.md:px-4
                = body
      .sidebar
        == sidebar

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
satis-2.1.35 app/components/satis/page/component.html.slim
satis-2.1.33 app/components/satis/page/component.html.slim