diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-12-09 10:54:13 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-12-10 00:57:23 -0600 |
commit | 0608ecbc69c991efcf56f7872cf1b06416d4bd10 (patch) | |
tree | 1721385ad0e4df87e819692e152c069bf80ced5e /app/views/explore | |
parent | 7f3fc26ec98193fa0c3bfeb7b78c81176bb9c689 (diff) | |
download | gitlab-ce-0608ecbc69c991efcf56f7872cf1b06416d4bd10.tar.gz |
conditionally display assoc project info in snippets index
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/snippets/index.html.haml | 2 |
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 } |