summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-01 15:26:00 -0500
committerMike Greiling <mike@pixelcog.com>2017-08-04 15:52:55 -0500
commitf075e6d23d9b05acc6055ab8393d318a9d523088 (patch)
tree3af3db04f9d28527115ba06d48f4158e86906ac1 /app/views
parentdb271a6b051f9630d5dfb3acbbd78f150cb3f23f (diff)
downloadgitlab-ce-f075e6d23d9b05acc6055ab8393d318a9d523088.tar.gz
remove niceScroll from job trigger variables list
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/jobs/_sidebar.html.haml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/projects/jobs/_sidebar.html.haml b/app/views/projects/jobs/_sidebar.html.haml
index f2db71e8838..c876c419664 100644
--- a/app/views/projects/jobs/_sidebar.html.haml
+++ b/app/views/projects/jobs/_sidebar.html.haml
@@ -49,11 +49,10 @@
%p
%button.btn.group.btn-group-justified.reveal-variables Reveal Variables
-
- - @build.trigger_request.variables.each do |key, value|
- .hide.js-build
- .js-build-variable.trigger-build-variable= key
- .js-build-value.trigger-build-value= value
+ %dl.js-build-variables.trigger-build-variables.hide
+ - @build.trigger_request.variables.each do |key, value|
+ %dt.js-build-variable.trigger-build-variable= key
+ %dd.js-build-value.trigger-build-value= value
%div{ class: (@build.pipeline.stages_count > 1 ? "block" : "block-last") }
%p