mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
375 B
Plaintext
10 lines
375 B
Plaintext
- shop_tabs.each do |tab|
|
|
= render "shopping_shared/#{tab[:name]}"
|
|
|
|
.tabset-ctrl#shop-tabs{ navigate: 'true', prefix: 'shop', ng: { cloak: true } }
|
|
.row
|
|
- shop_tabs.each do |tab|
|
|
.small-12.columns.tab{ id: "tab_#{tab[:name]}", name: tab[:name], class: "medium-#{tab[:cols]}" }
|
|
%a{ href: 'javascript:void(0)' }=tab[:title]
|
|
.small-12.columns.tab-view
|