From 7e091dc5e67a1a1197d1efea93b8c93d43034da3 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Wed, 24 Jun 2015 13:27:57 +0300 Subject: lint relative path --- app/views/lints/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1