summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKarlo Soriano <karlo@aelogica.com>2016-05-13 13:42:07 +0800
committerKarlo Soriano <karlo@aelogica.com>2016-05-19 09:23:20 +0800
commit0d9c351b47dedd973620531ff3412d6da6190b2f (patch)
treec1c350bfdbac5da59389c05bae40922ce6035e0e /app/views
parent6aef2567330fb7c3e549d3f434acc0c272a8366f (diff)
downloadgitlab-ce-0d9c351b47dedd973620531ff3412d6da6190b2f.tar.gz
Wrap "No groups found" message with a .nothing-here-block
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/groups/_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_list.html.haml b/app/views/shared/groups/_list.html.haml
index 1aa7ed1f2eb..427595c47a5 100644
--- a/app/views/shared/groups/_list.html.haml
+++ b/app/views/shared/groups/_list.html.haml
@@ -3,4 +3,4 @@
- groups.each_with_index do |group, i|
= render "shared/groups/group", group: group
- else
- %h3 No groups found
+ .nothing-here-block No groups found