mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
15 lines
489 B
Plaintext
15 lines
489 B
Plaintext
%script{ type: "text/ng-template", id: "shop/groups.html" }
|
|
.content
|
|
.panel
|
|
.row
|
|
.small-12.large-4.columns
|
|
- if current_distributor.groups.length > 0
|
|
%h5
|
|
=current_distributor.name
|
|
= t :shopping_groups_part_of
|
|
%ul.bullet-list
|
|
- for group in current_distributor.groups
|
|
%li
|
|
%a{href: main_app.groups_path + "/#{group.permalink}"}
|
|
= group.name
|