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/views
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-10-28 15:06:54 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-10-28 15:06:54 +0300
commit305ea394efd2d5afe16234406dede486d9ca37af (patch)
tree92b38d477de28ee6ee1e4319d1e8e0f04365b749 /app/views
parent51b27ab58055b65e14e68b19604e4823389adb73 (diff)
parent1a23d731c9f1149b8be1f16a1d781490df288f18 (diff)
Merge remote-tracking branch 'dev/14-4-stable' into 14-4-stable
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/project.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 2df502d2899..a54e0351d2f 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -6,6 +6,7 @@
- display_subscription_banner!
- display_namespace_storage_limit_alert!
- @left_sidebar = true
+- @content_class = [@content_class, project_classes(@project)].compact.join(" ")
- content_for :project_javascripts do
- project = @target_project || @project