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:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-01 11:11:46 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-09-01 11:11:46 +0300
commit989bebbf017f4eb7e708d446c22be6b01cffcc21 (patch)
tree4aaf9a7215cf750a80cbcee132990b1a3836c8d2 /app/helpers/application_helper.rb
parent4a7bb1a8bf8bfb84494b823d9b7b18662c083d67 (diff)
parent4d2d744ae9a2d4c3bb0f00805c27704b79e00d72 (diff)
Merge branch 'enable-new-navigaton-by-default' into 'master'
Enable the new navigation by default See merge request !13387
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 36bb7015fa1..017df8f6794 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -303,7 +303,7 @@ module ApplicationHelper
end
def show_new_nav?
- cookies["new_nav"] == "true"
+ true
end
def collapsed_sidebar?