summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-08 17:24:49 +0100
committerPhil Hughes <me@iamphill.com>2017-08-29 15:35:49 +0100
commit757c622c8005e52162e808faf9e066ce5399e59b (patch)
tree7fdb06ee8a2fbe5dbbeaccc8a11984823a31ce77 /app/helpers
parent2a8dec2c27726cd0af995de97e596eab78e6efbf (diff)
downloadgitlab-ce-757c622c8005e52162e808faf9e066ce5399e59b.tar.gz
Enable the new navigation by default
Diffstat (limited to 'app/helpers')
-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?