summaryrefslogtreecommitdiff
path: root/app/views/snippets/_snippets.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-09 12:01:38 +0100
committerDouwe Maan <douwe@gitlab.com>2015-09-09 12:01:38 +0100
commit2c8d5aeaf332e25c030b7287919958bc7809e831 (patch)
treea6e308f25ba67279e713d0ed907d1e72f7f758b0 /app/views/snippets/_snippets.html.haml
parent58c487e28b3f10c8a871dc82f7d79a45c7876f15 (diff)
parente0da2c352325c1cb2ede88a73434ed7afc037481 (diff)
downloadgitlab-ce-2c8d5aeaf332e25c030b7287919958bc7809e831.tar.gz
Merge branch 'master' into reply-by-email-docs
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 40df42b6cf5..d9aa4dd1d2e 100644
--- a/app/views/snippets/_snippets.html.haml
+++ b/app/views/snippets/_snippets.html.haml
@@ -1,5 +1,5 @@
%ul.bordered-list
- = render partial: 'snippet', collection: @snippets
+ = render partial: 'shared/snippets/snippet', collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.