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:
authorDongqing Hu <sorra@outlook.com>2017-03-20 16:53:23 +0300
committerRémy Coutable <remy@rymai.me>2017-03-20 16:53:23 +0300
commit2dd9b8a38ad545c98355115589a9060b93de0b03 (patch)
tree2f87f6d4a2b120696c24a74a46551859e865bdf4 /app/helpers
parent915af2dc5ae903d0007f5c2c75518483e00ab610 (diff)
Fix Project Wiki update
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/nav_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/nav_helper.rb b/app/helpers/nav_helper.rb
index c1523b4dabf..a8f167cbff2 100644
--- a/app/helpers/nav_helper.rb
+++ b/app/helpers/nav_helper.rb
@@ -16,6 +16,7 @@ module NavHelper
"page-gutter build-sidebar right-sidebar-expanded"
elsif current_path?('wikis#show') ||
current_path?('wikis#edit') ||
+ current_path?('wikis#update') ||
current_path?('wikis#history') ||
current_path?('wikis#git_access')
"page-gutter wiki-sidebar right-sidebar-expanded"