mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
#tabs{"ng-controller" => "TabsCtrl"}
|
|
.row
|
|
%tabset
|
|
- for name, heading in { about: "About Us",
|
|
producers: "Producers",
|
|
groups: "Groups",
|
|
contact: "Contact"}
|
|
|
|
%tab{heading: heading,
|
|
active: "active(#{name}.path)",
|
|
select: "select(#{name})"}
|
|
= render "shop/shop/#{name}"
|