diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-02-08 16:14:31 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-08 16:14:31 +0000 |
commit | d4e232aeb3d7264af10a2bfb69027ddc61ab1067 (patch) | |
tree | 1aa3d0fb0a73bc7ef6db804215e51cbe26616df2 /app/views/ci | |
parent | d16802ff91e8102574ace4d00392054322cb51f3 (diff) | |
download | gitlab-ce-d4e232aeb3d7264af10a2bfb69027ddc61ab1067.tar.gz |
Added 'clear' button to ci lint editor
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/lints/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml index e6408f35201..3c0881caa06 100644 --- a/app/views/ci/lints/show.html.haml +++ b/app/views/ci/lints/show.html.haml @@ -18,6 +18,8 @@ .col-sm-12 .pull-left.prepend-top-10 = submit_tag('Validate', class: 'btn btn-success submit-yml') + .pull-right.prepend-top-10 + = button_tag('Clear', type: 'button', class: 'btn btn-default clear-yml') .row.prepend-top-20 .col-sm-12 |