Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-29 23:21:28 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-01 00:22:43 +0300
commitd5b4b026339fcc3f0deecb4d713b3066c8c69c71 (patch)
tree4843fee2b44f4fe738c4b4308d0d392ab3ad6a86
parent5499f1e66b5c5fa5645856ff9415158a0a3ab781 (diff)
echo changes in 6683fdcf for wiki pages path
-rw-r--r--app/views/projects/wikis/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_sidebar.html.haml b/app/views/projects/wikis/_sidebar.html.haml
index 0e64d1c6e8a..cad9c15a49e 100644
--- a/app/views/projects/wikis/_sidebar.html.haml
+++ b/app/views/projects/wikis/_sidebar.html.haml
@@ -17,7 +17,7 @@
= link_to namespace_project_wiki_path(@project.namespace, @project, wiki_page) do
= wiki_page.title.capitalize
.block
- = link_to namespace_project_wiki_pages_path(@project.namespace, @project), class: 'btn btn-block' do
+ = link_to namespace_project_wikis_pages_path(@project.namespace, @project), class: 'btn btn-block' do
More Pages
= render 'projects/wikis/new'