Files
openfoodnetwork/app/views/shopping_shared/_groups.html.haml
2014-06-24 17:15:31 +10:00

12 lines
346 B
Plaintext

.content
.row
.small-12.columns.panel
- if current_distributor.groups.length > 0
%h5
=current_distributor.name
is part of:
%ul.bullet-list
- for group in current_distributor.groups
%li
%a{href: main_app.groups_path(anchor: "#/#group#{group.id}")}= group.name