6865c46c66
Used variables in haml for replicated checks Fixed broken conflict
7 lines
256 B
Text
7 lines
256 B
Text
.panel.panel-default.project-members-groups
|
|
.panel-heading
|
|
Groups with access to
|
|
%strong #{@project.name}
|
|
%span.badge= group_links.size
|
|
%ul.content-list
|
|
= render partial: 'shared/members/group', collection: group_links, as: :group_link
|