rename writeboards to wiki
This commit is contained in:
parent
2681a01bcf
commit
5bf88506ec
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue