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
path: root/app
diff options
context:
space:
mode:
authorDonald Cook <dcook@gitlab.com>2019-06-15 09:21:16 +0300
committerTim Zallmann <tzallmann@gitlab.com>2019-06-15 09:21:16 +0300
commit463e1f5f9a666e6ad5cac938c779c2222d8ef0a5 (patch)
treeb1167a79f1cd06331b16412ead58a7bdcecad54d /app
parentb6f4b2977f61568627707a27f1f4a215f66928db (diff)
Backport: Pendo POC snippet
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index c357207054b..7535aee83a3 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -78,3 +78,4 @@
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
= render_if_exists 'layouts/snowplow'
+ = render_if_exists 'layouts/pendo' if Feature.enabled?(:pendo_tracking) && !Rails.env.test?