summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-22 12:12:36 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-02-22 12:12:36 +0000
commit220cb4c3a73022d5fccd2f3cbb180bc87fe42512 (patch)
tree2948682b2063339ca820861cff82eec1e31404f6 /app/views/explore
parentcafc4943e04d5b342cbfa3d056d9359da0ea5c66 (diff)
downloadgitlab-ce-220cb4c3a73022d5fccd2f3cbb180bc87fe42512.tar.gz
Improve snippets empty state
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/snippets/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/snippets/index.html.haml b/app/views/explore/snippets/index.html.haml
index 94fc4ac21d2..d23c8301b10 100644
--- a/app/views/explore/snippets/index.html.haml
+++ b/app/views/explore/snippets/index.html.haml
@@ -7,4 +7,4 @@
- else
= render 'explore/head'
-= render partial: 'snippets/snippets', locals: { link_project: true }
+= render partial: 'shared/snippets/list', locals: { link_project: true }