mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
- shop_tabs.each do |tab|
|
|
- if tab[:show]
|
|
= render "shopping_shared/tabs/#{tab[:name]}"
|
|
|
|
.tabset-ctrl#shop-tabs{ navigate: 'true', selected: first_visible_tab, prefix: 'shop', ng: { cloak: true } }
|
|
.tab-buttons
|
|
.row
|
|
- shop_tabs.each do |tab|
|
|
- if tab[:show]
|
|
.tab{ id: "tab_#{tab[:name]}", name: tab[:name] }
|
|
%a{ href: 'javascript:void(0)' }=tab[:title]
|
|
|
|
.row
|
|
.small-12.columns.tab-view
|