Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-08 19:14:31 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-02-08 19:14:31 +0300
commitd4e232aeb3d7264af10a2bfb69027ddc61ab1067 (patch)
tree1aa3d0fb0a73bc7ef6db804215e51cbe26616df2 /app/views/ci
parentd16802ff91e8102574ace4d00392054322cb51f3 (diff)
Added 'clear' button to ci lint editor
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/lints/show.html.haml2
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