summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/project_members/_groups.html.haml')
-rw-r--r--app/views/projects/project_members/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/project_members/_groups.html.haml b/app/views/projects/project_members/_groups.html.haml
index d7f5fa96527..fdeb5f21fbe 100644
--- a/app/views/projects/project_members/_groups.html.haml
+++ b/app/views/projects/project_members/_groups.html.haml
@@ -1,7 +1,7 @@
.panel.panel-default.project-members-groups
.panel-heading
Groups with access to
- %strong #{@project.name}
+ %strong= @project.name
%span.badge= group_links.size
%ul.content-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link