Merge pull request #403 from foodcoops/feature/402-messagegroups
Add messagegroups
This commit is contained in:
commit
14e2fd179e
29 changed files with 228 additions and 53 deletions
|
|
@ -6,8 +6,9 @@
|
|||
%dd=h group.contact
|
||||
%dt= heading_helper(Ordergroup, :contact_address) + ':'
|
||||
%dd= link_to_gmaps group.contact_address
|
||||
%dt= t('.access') + ':'
|
||||
%dd= format_roles(group)
|
||||
- if group.is_a?(Workgroup)
|
||||
%dt= t('.access') + ':'
|
||||
%dd= format_roles(group)
|
||||
%dt= heading_helper(Ordergroup, :user_tokens) + ':'
|
||||
%dd
|
||||
- members = group.users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue