summaryrefslogtreecommitdiff
path: root/app/views/snippets/_snippets.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/_snippets.html.haml')
-rw-r--r--app/views/snippets/_snippets.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_snippets.html.haml b/app/views/snippets/_snippets.html.haml
index 05365dd8b88..40df42b6cf5 100644
--- a/app/views/snippets/_snippets.html.haml
+++ b/app/views/snippets/_snippets.html.haml
@@ -2,6 +2,6 @@
= render partial: 'snippet', collection: @snippets
- if @snippets.empty?
%li
- %h3.nothing_here_message Nothing here.
+ .nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'