Files
openfoodnetwork/app/views/shop/_tabs.html.haml
2014-03-27 13:01:05 +11:00

14 lines
370 B
Plaintext

#tabs{"ng-controller" => "TabsCtrl"}
.row
%tabset
- for name, heading in { about: "About Us",
producers: "Producers",
groups: "Groups",
contact: "Contact"}
%tab{heading: heading,
id: "tab_#{name}",
active: "active(#{name}.path)",
select: "select(#{name})"}
= render "shop/shop/#{name}"