summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-09-13 14:04:43 +0100
committerLuke Bennett <lbennett@gitlab.com>2018-09-24 11:41:29 +0100
commitf8e74da72115bc8e9908385da9c46ae0e100e8e5 (patch)
tree8312d76a2f160a91a25c33be43eac49a1002cf18 /app/views/explore/projects/index.html.haml
parent769808732d5b3542726a5839d6a22da62fd9abeb (diff)
downloadgitlab-ce-f8e74da72115bc8e9908385da9c46ae0e100e8e5.tar.gz
Review changes
Diffstat (limited to 'app/views/explore/projects/index.html.haml')
-rw-r--r--app/views/explore/projects/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
index 452f390695c..16be5791f83 100644
--- a/app/views/explore/projects/index.html.haml
+++ b/app/views/explore/projects/index.html.haml
@@ -2,6 +2,9 @@
- page_title _("Projects")
- header_title _("Projects"), dashboard_projects_path
+= content_for :above_breadcrumbs_content do
+ = render_if_exists "shared/gold_trial_callout"
+
- if current_user
= render 'dashboard/projects_head'
- else