summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-23 09:17:29 +0000
committerPhil Hughes <me@iamphill.com>2018-01-24 08:45:07 +0000
commitaaf03c0c4819a5839f2dbd5003a7ce066b68ee53 (patch)
tree1e7d83edd3bae72502cd876cc8a308bf4b6aed76 /app/views/layouts
parentadf31a57f47215813e36c573c98bb11ab608cee9 (diff)
downloadgitlab-ce-aaf03c0c4819a5839f2dbd5003a7ce066b68ee53.tar.gz
correctly imports performance bar
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 1597621fa78..ea13a5e6d62 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -43,7 +43,6 @@
= webpack_bundle_tag "main"
= webpack_bundle_tag "raven" if current_application_settings.clientside_sentry_enabled
= webpack_bundle_tag "test" if Rails.env.test?
- = webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts