Files
openfoodnetwork/app/views/shopping_shared/_groups.html.haml

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