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
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
.file_title
|
||||
= link_to '#', class: 'wiki-fullscreen' do
|
||||
%i.icon-resize-horizontal
|
||||
|
||||
= @wiki.title
|
||||
%span.options
|
||||
= link_to pages_project_wikis_path(@project), class: "btn btn-tiny grouped" do
|
||||
|
|
Loading…
Reference in a new issue