Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
07cb81a3
Commit
07cb81a3
authored
Jun 15, 2019
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pendo-poc' into 'master'
Backport: Pendo POC snippet See merge request gitlab-org/gitlab-ce!29439
parents
b6f4b297
463e1f5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
app/views/layouts/_head.html.haml
app/views/layouts/_head.html.haml
+1
-0
No files found.
app/views/layouts/_head.html.haml
View file @
07cb81a3
...
...
@@ -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?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment