diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 13:51:45 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 13:51:45 +0100 |
commit | 8e8be5d1710f246bbb43c6c0bae82dead1139fde (patch) | |
tree | 95f8ecaa4b5b8ec1daf1163591b4e49941c70de5 /app/views/layouts | |
parent | cb4b2e31a75e0f31e49f739c9008451d53908a0e (diff) | |
download | gitlab-ce-8e8be5d1710f246bbb43c6c0bae82dead1139fde.tar.gz |
Fixed view to correct property
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 1579afa6461..b768ac5a36c 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -33,7 +33,7 @@ = webpack_bundle_tag "runtime" = webpack_bundle_tag "common" = webpack_bundle_tag "main" - = webpack_bundle_tag "raven" if clientside_sentry_enabled? + = webpack_bundle_tag "raven" if Gitlab.config.clientside_sentry_enabled - if content_for?(:page_specific_javascripts) = yield :page_specific_javascripts |