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:
authorPhil Hughes <me@iamphill.com>2017-08-08 19:24:49 +0300
committerPhil Hughes <me@iamphill.com>2017-08-29 17:35:49 +0300
commit757c622c8005e52162e808faf9e066ce5399e59b (patch)
tree7fdb06ee8a2fbe5dbbeaccc8a11984823a31ce77 /app/helpers/application_helper.rb
parent2a8dec2c27726cd0af995de97e596eab78e6efbf (diff)
Enable the new navigation by default
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 bcee81bdc15..def71587b81 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?