diff options
-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 |