Sha256: a0016294e27a960f2aeb2e548ecafe0c957aa6b6352aa93a3e4ba3d7f31cb48f

Contents?: true

Size: 1011 Bytes

Versions: 22

Compression:

Stored size: 1011 Bytes

Contents

<div <%== data_attributes %>>
  <div class="mb-6">
    <div>
      <% if display_breadcrumbs? %>
        <div class="breadcrumbs">
          <%= helpers.render_breadcrumbs(separator: helpers.svg('chevron-right', class: 'inline-block h-3 stroke-current relative top-[-1px] ml-1' )) if Avo.configuration.display_breadcrumbs %>
        </div>
      <% end %>
      <div class="text-2xl tracking-normal font-bold text-gray-800 truncate" data-target="title">
        <%= @title %>
      </div>
      <div class="text-sm tracking-normal text-gray-600" data-target="description">
        <%== description %>
      </div>
    </div>

    <div>
      <div class="flex justify-end space-x-2 mb-6">
        <%= tools %>
      </div>
    </div>
  </div>

  <div class="relative bg-white rounded-xl shadow-xl mb-8 <%= @body_classes %>">
    <%= body %>
  </div>

  <div class="relative mb-8">
    <%= bare_content %>
  </div>

  <div class="flex justify-end w-full">
    <div>
      <%= footer %>
    </div>
  </div>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/panel_component.html.erb
avo-1.25.1 app/components/avo/panel_component.html.erb
avo-1.25.0 app/components/avo/panel_component.html.erb
avo-1.24.2 app/components/avo/panel_component.html.erb
avo-1.24.1 app/components/avo/panel_component.html.erb
avo-1.24.0 app/components/avo/panel_component.html.erb
avo-1.23.0 app/components/avo/panel_component.html.erb
avo-1.22.4 app/components/avo/panel_component.html.erb
avo-1.22.3 app/components/avo/panel_component.html.erb
avo-1.22.2 app/components/avo/panel_component.html.erb
avo-1.22.1 app/components/avo/panel_component.html.erb
avo-1.22.1.pre.2 app/components/avo/panel_component.html.erb
avo-1.22.1.pre.1 app/components/avo/panel_component.html.erb
avo-1.22.0 app/components/avo/panel_component.html.erb
avo-1.21.1.pre.1 app/components/avo/panel_component.html.erb
avo-1.21.0 app/components/avo/panel_component.html.erb
avo-1.20.2.pre.2 app/components/avo/panel_component.html.erb
avo-1.20.2.pre.1 app/components/avo/panel_component.html.erb
avo-1.21.0.pre.1 app/components/avo/panel_component.html.erb
avo-1.20.1 app/components/avo/panel_component.html.erb