Sha256: 2fed8ebd19810a2673534c4a4b24d75eb4a71b13e17aaa2676cf56e5d263a153

Contents?: true

Size: 745 Bytes

Versions: 57

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

57 entries across 57 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.18.1 app/components/avo/tab_switcher_component.html.erb
avo-3.18.0.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.18.0 app/components/avo/tab_switcher_component.html.erb
avo-3.17.9.beta2 app/components/avo/tab_switcher_component.html.erb
avo-3.17.9.beta1 app/components/avo/tab_switcher_component.html.erb
avo-3.17.9.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.9 app/components/avo/tab_switcher_component.html.erb
avo-3.17.8.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.8 app/components/avo/tab_switcher_component.html.erb
avo-3.17.7 app/components/avo/tab_switcher_component.html.erb
avo-3.17.6.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.6 app/components/avo/tab_switcher_component.html.erb
avo-3.17.5 app/components/avo/tab_switcher_component.html.erb
avo-3.17.4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.3 app/components/avo/tab_switcher_component.html.erb
avo-3.17.5.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.4.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.3.tw4 app/components/avo/tab_switcher_component.html.erb
avo-3.17.2.tw4 app/components/avo/tab_switcher_component.html.erb