summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/trending.html.haml
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-12-06 13:41:20 +0000
committerMichael Kozono <mkozono@gmail.com>2019-01-03 10:39:36 -0800
commit5f110a6acff7571126c22013923d3f5d2aab770d (patch)
treea60fdc9812d72f942ca85698517c0b967f1c09fa /app/views/explore/projects/trending.html.haml
parent24665ccbe13134bf8379dc68ddfbe80f6c035808 (diff)
downloadgitlab-ce-5f110a6acff7571126c22013923d3f5d2aab770d.tar.gz
Port GitLab.com gold trial callout changes to CEce-revert-revert-gold-trial-mrs
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
Diffstat (limited to 'app/views/explore/projects/trending.html.haml')
-rw-r--r--app/views/explore/projects/trending.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml
index 452f390695c..d18dec7bd8e 100644
--- a/app/views/explore/projects/trending.html.haml
+++ b/app/views/explore/projects/trending.html.haml
@@ -2,6 +2,8 @@
- page_title _("Projects")
- header_title _("Projects"), dashboard_projects_path
+= render_if_exists "shared/gold_trial_callout"
+
- if current_user
= render 'dashboard/projects_head'
- else