summaryrefslogtreecommitdiff
path: root/app/views/layouts/project_resource.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/project_resource.html.haml')
-rw-r--r--app/views/layouts/project_resource.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/project_resource.html.haml b/app/views/layouts/project_resource.html.haml
index 8dd84f7c0d7..e4558b69362 100644
--- a/app/views/layouts/project_resource.html.haml
+++ b/app/views/layouts/project_resource.html.haml
@@ -35,7 +35,7 @@
Merge Requests
%span.count.merge_counter= @project.merge_requests.opened.count
- = nav_link(html_options: {class: "#{project_writeboards_tab_class}"}) do
+ = nav_link(html_options: {class: "#{project_wiki_tab_class}"}) do
= link_to 'Wiki', project_wiki_path(@project, :index)
- if can? current_user, :admin_project, @project