Commit 5bf88506ecbc2fd57f0103cd3d8ce394a82954b5
1 parent
2681a01b
Exists in
master
and in
4 other branches
rename writeboards to wiki
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/project_resource.html.haml
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | %span.count.merge_counter= @project.merge_requests.opened.count |
37 | 37 | |
38 | 38 | = nav_link(html_options: {class: "#{project_writeboards_tab_class}"}) do |
39 | - = link_to 'Writeboards', project_wiki_path(@project, :index) | |
39 | + = link_to 'Wiki', project_wiki_path(@project, :index) | |
40 | 40 | |
41 | 41 | - if can? current_user, :admin_project, @project |
42 | 42 | = nav_link(html_options: {class: "#{project_tab_class}"}) do | ... | ... |
app/views/wikis/show.html.haml