summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/shared/groups/_list.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/shared/groups/_list.html.haml b/app/views/shared/groups/_list.html.haml
index 0833c6e61e5..de0ddf9e821 100644
--- a/app/views/shared/groups/_list.html.haml
+++ b/app/views/shared/groups/_list.html.haml
@@ -1,3 +1,4 @@
- if groups.any?
- - groups.each_with_index do |group, i|
- = render "shared/groups/group", group: group
+ %ul.content-list
+ - groups.each_with_index do |group, i|
+ = render "shared/groups/group", group: group