mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
#tabs{"ng-controller" => "TabsCtrl"}
|
|
.row
|
|
%tabset.small-12.columns
|
|
- for name, heading in { about: "About #{current_distributor.name}",
|
|
producers: "Producers",
|
|
groups: "Groups",
|
|
contact: "Contact"}
|
|
|
|
%tab{heading: heading,
|
|
id: "tab_#{name}",
|
|
active: "active(#{name}.path)",
|
|
select: "select(#{name})"}
|
|
= render "shopping_shared/#{name}"
|