diff options
author | Karlo Soriano <karlo@aelogica.com> | 2016-05-13 13:42:07 +0800 |
---|---|---|
committer | Karlo Soriano <karlo@aelogica.com> | 2016-05-19 09:23:20 +0800 |
commit | 0d9c351b47dedd973620531ff3412d6da6190b2f (patch) | |
tree | c1c350bfdbac5da59389c05bae40922ce6035e0e /app | |
parent | 6aef2567330fb7c3e549d3f434acc0c272a8366f (diff) | |
download | gitlab-ce-0d9c351b47dedd973620531ff3412d6da6190b2f.tar.gz |
Wrap "No groups found" message with a .nothing-here-block
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/groups/_list.html.haml | 2 |
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 |