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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-17 18:15:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-17 18:15:43 +0300
commit843b1e9386fbda332839d23246d0ee2382fb7f4c (patch)
tree7663f7e38aa4e018c7210a9abdfddcd83a8bcbce /app/views/layouts
parent2724004cd7b8fa9d179c926c62f2fd7be63c2d81 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 41f663c7c06..2c97df90110 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -50,7 +50,7 @@
= webpack_bundle_tag 'legacy_sentry'
= webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
- - if vite_enabled
+ - if vite_enabled?
%meta{ name: 'controller-path', content: controller_full_path }
- if Rails.env.development?
= vite_client_tag