summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 23:02:16 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 23:02:16 -0500
commit8f598b5a8eb155b223d4bcaf3d5145563f4d0114 (patch)
tree54866f31e08a00c8bd028504a4161b47b8b05a4d
parent6bcfccf749caf083cb3c3955cd8d5e5e329d6e9b (diff)
downloadgitlab-ce-8f598b5a8eb155b223d4bcaf3d5145563f4d0114.tar.gz
Message for when no groups found
-rw-r--r--app/views/shared/groups/_list.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/groups/_list.html.haml b/app/views/shared/groups/_list.html.haml
index de0ddf9e821..1aa7ed1f2eb 100644
--- a/app/views/shared/groups/_list.html.haml
+++ b/app/views/shared/groups/_list.html.haml
@@ -2,3 +2,5 @@
%ul.content-list
- groups.each_with_index do |group, i|
= render "shared/groups/group", group: group
+- else
+ %h3 No groups found