From 0d9c351b47dedd973620531ff3412d6da6190b2f Mon Sep 17 00:00:00 2001 From: Karlo Soriano Date: Fri, 13 May 2016 13:42:07 +0800 Subject: Wrap "No groups found" message with a .nothing-here-block --- app/views/shared/groups/_list.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1