mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 13:36:06 +10:00
rename writeboards to wiki
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user