summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-07-30 15:31:34 +0200
committerDouwe Maan <douwe@gitlab.com>2015-07-30 15:31:34 +0200
commit66cc712fa516d758ab09f22ffe78b85cb4415740 (patch)
treedfe226990241465addedc92a3e0021497a34871c /app/views/shared/issuable
parent0b5acdd88fb745821cd49f539e7e6cd4874a58ab (diff)
downloadgitlab-ce-66cc712fa516d758ab09f22ffe78b85cb4415740.tar.gz
Fix method name.
Diffstat (limited to 'app/views/shared/issuable')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 8cc0b517cd2..ac8c1936c9e 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -100,7 +100,7 @@
= link_to 'Change branches', mr_change_branches_path(@merge_request)
.form-actions
- - if !issuable.project.empty_repo? && (guide_url = contribution_guide_url(issuable.project)) && !issuable.persisted?
+ - if !issuable.project.empty_repo? && (guide_url = contribution_guide_path(issuable.project)) && !issuable.persisted?
%p
Please review the
%strong #{link_to 'guidelines for contribution', guide_url}