Sha256: 9cfcce2f5a52c3160fd7317fc60a41d64e9d0315c76d11f0bfbea31a9a5f31f4

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 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

        / SIDEBAR
        == sidebar

        / BODY
        .page_body
          main.flex-1.relative.focus:outline-none
            .mt-4
              .max-w.mx-auto.px-4.sm:px-4.md:px-4
                = body

Version data entries

1 entries across 1 versions & 1 rubygems

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