Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-09 19:54:13 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-10 09:57:23 +0300
commit0608ecbc69c991efcf56f7872cf1b06416d4bd10 (patch)
tree1721385ad0e4df87e819692e152c069bf80ced5e /app/views/explore
parent7f3fc26ec98193fa0c3bfeb7b78c81176bb9c689 (diff)
conditionally display assoc project info in snippets index
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 9b5ea13ca29..e5706d04736 100644
--- a/app/views/explore/snippets/index.html.haml
+++ b/app/views/explore/snippets/index.html.haml
@@ -6,4 +6,4 @@
- else
= render 'explore/head'
-= render 'snippets/snippets'
+= render partial: 'snippets/snippets', locals: { link_project: true }