summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-16 12:10:16 -0600
committerMike Greiling <mike@pixelcog.com>2016-11-30 15:22:43 -0600
commitf0d20b09dc6604d4ea11a39a7d7492ad10574094 (patch)
tree0befb294ef5d0e4f639ccae10c60fe0e36f7ec70 /app/helpers
parentb2137632203cda91b79763c33ac80c51e88ed010 (diff)
downloadgitlab-ce-f0d20b09dc6604d4ea11a39a7d7492ad10574094.tar.gz
use wiki pages index for sidebar overflow and limit sidebar list to 15 pages
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/nav_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/nav_helper.rb b/app/helpers/nav_helper.rb
index 2aeab4b6b62..a3331dc80cb 100644
--- a/app/helpers/nav_helper.rb
+++ b/app/helpers/nav_helper.rb
@@ -23,7 +23,6 @@ module NavHelper
elsif current_path?('wikis#show') ||
current_path?('wikis#edit') ||
current_path?('wikis#history') ||
- current_path?('wikis#pages') ||
current_path?('wikis#git_access')
"page-gutter wiki-sidebar right-sidebar-expanded"
end