From 917d93d86da4dffd96abcfcf3aa83b0d6fa45286 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 22 Jan 2024 15:10:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers/application_helper.rb') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 892b046e410..62eb83a77b6 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -311,7 +311,7 @@ module ApplicationHelper class_names << 'issue-boards-page gl-overflow-auto' if current_controller?(:boards) class_names << 'epic-boards-page gl-overflow-auto' if current_controller?(:epic_boards) class_names << 'with-performance-bar' if performance_bar_enabled? - class_names << 'with-header' unless current_user + class_names << 'with-header' if @with_header || !current_user class_names << 'with-top-bar' unless @hide_top_bar_padding class_names << system_message_class -- cgit v1.2.3