summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 21:08:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 21:08:27 +0000
commit908a54b62497377af7b0e307197b2ea930dbc4f0 (patch)
tree311261a02ca8583a7d1835b4e0d198b8ac1b320e /app/views/layouts
parentaee8d27430f12f9b5bcdbbee4165b9fbc240d3e3 (diff)
downloadgitlab-ce-908a54b62497377af7b0e307197b2ea930dbc4f0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 5974b8d7c6a..f60b0ddc3a4 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -20,6 +20,9 @@
%link{ rel: 'dns-prefetch', href: ActionController::Base.asset_host }
%link{ rel: 'preconnect', href: ActionController::Base.asset_host, crossorigin: '' }
+ - if Gitlab::CurrentSettings.snowplow_enabled? && Gitlab::CurrentSettings.snowplow_collector_hostname
+ %link{ rel: 'preconnect', href: Gitlab::CurrentSettings.snowplow_collector_hostname, crossorigin: '' }
+
%meta{ 'http-equiv' => 'X-UA-Compatible', content: 'IE=edge' }
-# Open Graph - http://ogp.me/