Sha256: c4656e8563f4b6f3c22591ddc87b52e208a6700d4cd748ad13a15f2dac034c3f
Contents?: true
Size: 888 Bytes
Versions: 2
Compression:
Stored size: 888 Bytes
Contents
<div class="fixed bg-white p-2 w-full flex flex-shrink-0 items-center z-50 px-4 lg:px-4 border-b space-x-4 lg:space-x-0 min-h-[4rem] <%= 'print:hidden' if Avo.configuration.hide_layout_when_printing %>" v-if="layout !== 'blank'" > <div class="flex items-center space-x-2 lg:space-x-0 w-64"> <%= a_button class: 'lg:hidden', icon: 'menu', size: :xs, compact: true, style: :text, data: { action: 'click->mobile#toggleSidebar' } %> <%= render partial: "avo/partials/logo" %> </div> <div class="flex-1 flex items-center justify-between lg:justify-start space-x-8 lg:pl-4"> <div class="flex"> <%= render partial: "avo/partials/global_search" if ::Avo::App.license.has_with_trial(:global_search) && ::Avo.configuration.feature_enabled?(:global_search) %> </div> <div class="m-0"> <%= render partial: "avo/partials/header" %> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avo-2.5.2.pre.6 | app/views/avo/partials/_navbar.html.erb |
avo-2.5.2.pre.5 | app/views/avo/partials/_navbar.html.erb |