Sha256: 051b2216306886ea5d2f70ccf89e9a6b90cb3d10457b75aabcc125f84c57e4ec

Contents?: true

Size: 804 Bytes

Versions: 1

Compression:

Stored size: 804 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
          .account-icon
            - if Current.account.logo.attached?
              = image_tag url_for(Current.account.logo.variant(resize_to_limit: [nil, 25]).processed)
            - else
              .h-8.w-auto
              = Current.account.name
          / 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.30 app/components/satis/page/component.html.slim