mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
- shop_tabs.each do |tab|
|
|
= render "shopping_shared/tabs/#{tab[:name]}"
|
|
|
|
.tabset-ctrl#shop-tabs{ navigate: 'true', alwaysopen: 'true', selected: shop_tabs.first[:name], prefix: 'shop', ng: { cloak: true } }
|
|
.tab-buttons
|
|
.row
|
|
- shop_tabs.each do |tab|
|
|
.tab{ id: "tab_#{tab[:name]}", name: tab[:name] }
|
|
%a{ href: 'javascript:void(0)' }=tab[:title]
|
|
|
|
.tab-view
|