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:
authorAndré Luís <me@andr3.net>2018-04-02 17:27:12 +0300
committerDouwe Maan <douwe@gitlab.com>2018-04-02 17:27:12 +0300
commitf8049f4e266417e19a814121923a1e4260a3217d (patch)
tree66114ddbc7ff0aff89e2134e5b2ead4e44e1f595 /app/helpers/application_helper.rb
parent712da68badb68ddcc7361091c01f32a56fe1186e (diff)
Backport changes in EE MR 4972: System Header and Footer
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 701be97ee96..86ec500ceb3 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -285,6 +285,10 @@ module ApplicationHelper
class_names
end
+ # EE feature: System header and footer, unavailable in CE
+ def system_message_class
+ end
+
# Returns active css class when condition returns true
# otherwise returns nil.
#