rename writeboards to wiki

This commit is contained in:
Dmitriy Zaporozhets 2013-03-15 09:39:07 +02:00
parent 2681a01bcf
commit 5bf88506ec
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@
%span.count.merge_counter= @project.merge_requests.opened.count
= nav_link(html_options: {class: "#{project_writeboards_tab_class}"}) do
= link_to 'Writeboards', project_wiki_path(@project, :index)
= link_to 'Wiki', project_wiki_path(@project, :index)
- if can? current_user, :admin_project, @project
= nav_link(html_options: {class: "#{project_tab_class}"}) do