diff options
author | Valery Sizov <valery@gitlab.com> | 2015-06-24 10:30:34 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-06-24 10:30:34 +0000 |
commit | eb5936d77b8996602a77fe8d8d9088b904147b3e (patch) | |
tree | 1145e7c3005980a1116dd68be977f26ed0b7f682 | |
parent | 28bdd627a70db49b1cb3459db3011a146fd2fe15 (diff) | |
parent | 7e091dc5e67a1a1197d1efea93b8c93d43034da3 (diff) | |
download | gitlab-ci-eb5936d77b8996602a77fe8d8d9088b904147b3e.tar.gz |
Merge branch 'lint_url_fix' into 'master'
Lint with relative path
See merge request !161
-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 |