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:
authorAsh McKenzie <amckenzie@gitlab.com>2019-08-27 03:52:30 +0300
committerAsh McKenzie <amckenzie@gitlab.com>2019-08-27 03:52:30 +0300
commit0c639b2463a4d70bb275e4f139a88594e674a240 (patch)
tree762bc09302065837aab5d297ad69fff05d0bd7fb /app
parent452b5d605c7ef88c8385cb62afcfc78f45ea2d4c (diff)
parentf6058981919ab431e7c1e053b5ae6119a9a24e30 (diff)
Merge branch 'sh-fix-piwik-template' into 'master'
Fix Piwik not working Closes #66627 See merge request gitlab-org/gitlab-ce!32234
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/_piwik.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_piwik.html.haml b/app/views/layouts/_piwik.html.haml
index 2cb2e23433d..361a7b03180 100644
--- a/app/views/layouts/_piwik.html.haml
+++ b/app/views/layouts/_piwik.html.haml
@@ -11,5 +11,5 @@
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
- <noscript><p><img src="//#{extra_config.piwik_url}/piwik.php?idsite=#{extra_config.piwik_site_id}" style="border:0;" alt="" /></p></noscript>
- <!-- End Piwik Code -->
+<noscript><p><img src="//#{extra_config.piwik_url}/piwik.php?idsite=#{extra_config.piwik_site_id}" style="border:0;" alt="" /></p></noscript>
+<!-- End Piwik Code -->