2016-09-02 08:35:43 -04:00
|
|
|
.panel.panel-default.project-members-groups
|
2016-09-01 08:48:20 -04:00
|
|
|
.panel-heading
|
|
|
|
Groups with access to
|
2017-01-13 11:07:21 -05:00
|
|
|
%strong= @project.name
|
2016-10-05 09:37:03 -04:00
|
|
|
%span.badge= group_links.size
|
2016-09-01 08:48:20 -04:00
|
|
|
%ul.content-list
|
2016-10-06 10:41:00 -04:00
|
|
|
= render partial: 'shared/members/group', collection: group_links, as: :group_link
|