summaryrefslogtreecommitdiff
path: root/app/views/layouts/_project_menu.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_project_menu.html.haml')
-rw-r--r--app/views/layouts/_project_menu.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_project_menu.html.haml b/app/views/layouts/_project_menu.html.haml
index 22439aad29f..6a4a3156c07 100644
--- a/app/views/layouts/_project_menu.html.haml
+++ b/app/views/layouts/_project_menu.html.haml
@@ -21,5 +21,5 @@
Wall
- if @project.wiki_enabled
- -#= link_to project_wikis_path(@project), :class => current_page?(:controller => "projects", :action => "wiki", :id => @project) ? "current" : nil do
+ = link_to project_wiki_path(@project, :index), :class => current_page?(:controller => "projects", :action => "wiki", :id => @project) ? "current" : nil do
Wiki