diff options
author | Dongqing Hu <sorra@outlook.com> | 2017-03-20 13:53:23 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-20 13:53:23 +0000 |
commit | 2dd9b8a38ad545c98355115589a9060b93de0b03 (patch) | |
tree | 2f87f6d4a2b120696c24a74a46551859e865bdf4 /app/helpers/nav_helper.rb | |
parent | 915af2dc5ae903d0007f5c2c75518483e00ab610 (diff) | |
download | gitlab-ce-2dd9b8a38ad545c98355115589a9060b93de0b03.tar.gz |
Fix Project Wiki update
Diffstat (limited to 'app/helpers/nav_helper.rb')
-rw-r--r-- | app/helpers/nav_helper.rb | 1 |
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" |