summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-24 13:27:57 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-24 13:27:57 +0300
commit7e091dc5e67a1a1197d1efea93b8c93d43034da3 (patch)
tree1145e7c3005980a1116dd68be977f26ed0b7f682
parent28bdd627a70db49b1cb3459db3011a146fd2fe15 (diff)
downloadgitlab-ci-lint_url_fix.tar.gz
lint relative pathlint_url_fix
-rw-r--r--app/views/lints/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lints/show.html.haml b/app/views/lints/show.html.haml
index d105495..ce8f058 100644
--- a/app/views/lints/show.html.haml
+++ b/app/views/lints/show.html.haml
@@ -1,7 +1,7 @@
%h2 Check your .gitlab-ci.yml
%hr
-= form_tag '/lint', method: :post, remote: true do
+= form_tag lint_path, method: :post, remote: true do
.control-group
= label_tag :content, "Content of .gitlab-ci.yml", class: 'control-label'
.controls