summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-01 19:17:58 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-02-03 09:43:55 +0000
commit45966b0abc70986f8dbd1694f8cef23546c81385 (patch)
treee4aa45984663690d8efa706024431dc72302a58c
parent184f60a06f828ccbc9264d40e6daa48d60dca629 (diff)
downloadgitlab-ce-45966b0abc70986f8dbd1694f8cef23546c81385.tar.gz
Fix syntax error in the new merge request view
-rw-r--r--app/views/projects/merge_requests/_new_submit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_new_submit.html.haml b/app/views/projects/merge_requests/_new_submit.html.haml
index e00ae629e4b..38259faf62f 100644
--- a/app/views/projects/merge_requests/_new_submit.html.haml
+++ b/app/views/projects/merge_requests/_new_submit.html.haml
@@ -46,7 +46,7 @@
-# This tab is always loaded via AJAX
- if @pipelines.any?
#pipelines.pipelines.tab-pane
- = render "projects/merge_requests/show/pipelines", endpoint: link_to url_for(params)
+ = render "projects/merge_requests/show/pipelines", endpoint: link_to(url_for(params))
.mr-loading-status
= spinner