diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-06-24 13:27:57 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-06-24 13:27:57 +0300 |
commit | 7e091dc5e67a1a1197d1efea93b8c93d43034da3 (patch) | |
tree | 1145e7c3005980a1116dd68be977f26ed0b7f682 | |
parent | 28bdd627a70db49b1cb3459db3011a146fd2fe15 (diff) | |
download | gitlab-ci-lint_url_fix.tar.gz |
lint relative pathlint_url_fix
-rw-r--r-- | app/views/lints/show.html.haml | 2 |
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 |