Sha256: 2fed8ebd19810a2673534c4a4b24d75eb4a71b13e17aaa2676cf56e5d263a153

Contents?: true

Size: 745 Bytes

Versions: 20

Compression:

Stored size: 745 Bytes

Contents

<div class="flex flex-wrap gap-2 p-2 <%= white_panel_classes %>" data-tabs-target="tabSwitcher">
  <% @group.visible_items.each do |tab| %>
    <%= a_link tab_path(tab),
      color: current_one?(tab) ? :primary : :gray,
      style: current_one?(tab) ? :outline : :text,
      size: :sm,
      class: current_one?(tab) ? "z-20 bg-primary-100" : "",
      title: tab.description,
      data: {
        tippy: tab.description.present? ? 'tooltip' : '',
        selected: current_one?(tab),
        action: 'click->tabs#changeTab',
        tabs_tab_name_param: tab.name,
        tabs_group_id_param: @group.to_param,
        tabs_resource_name_param: @resource.underscore_name,
      } do %>
      <%= tab.name %>
    <% end %>
  <% end %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/tab_switcher_component.html.erb
avo-3.15.0 app/components/avo/tab_switcher_component.html.erb
avo-3.14.5 app/components/avo/tab_switcher_component.html.erb
avo-3.14.4 app/components/avo/tab_switcher_component.html.erb
avo-3.14.3 app/components/avo/tab_switcher_component.html.erb
avo-3.14.2 app/components/avo/tab_switcher_component.html.erb
avo-3.14.1 app/components/avo/tab_switcher_component.html.erb
avo-3.14.0 app/components/avo/tab_switcher_component.html.erb
avo-3.13.7 app/components/avo/tab_switcher_component.html.erb
avo-3.13.6 app/components/avo/tab_switcher_component.html.erb
avo-3.13.5 app/components/avo/tab_switcher_component.html.erb
avo-3.13.4 app/components/avo/tab_switcher_component.html.erb
avo-3.13.3 app/components/avo/tab_switcher_component.html.erb
avo-3.13.2 app/components/avo/tab_switcher_component.html.erb
avo-3.13.1 app/components/avo/tab_switcher_component.html.erb
avo-3.13.0 app/components/avo/tab_switcher_component.html.erb
avo-3.12.0 app/components/avo/tab_switcher_component.html.erb
avo-3.11.10 app/components/avo/tab_switcher_component.html.erb
avo-3.11.9 app/components/avo/tab_switcher_component.html.erb
avo-3.11.8 app/components/avo/tab_switcher_component.html.erb