summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 16:39:40 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 16:39:40 -0500
commit237290bcc45997a7c370b07d0ec20017b8a909f7 (patch)
treedeb84048ced73146f413e3e32584f94ec6713f00
parent97400ef8525c58174e42f3afd55978607cbfeca7 (diff)
downloadgitlab-ce-237290bcc45997a7c370b07d0ec20017b8a909f7.tar.gz
Add ul to wrap project list
-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