summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-25 11:04:05 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-25 11:04:05 -0500
commite64379ad4769c5b2c96c87dcc5fdd46a10cca5cc (patch)
treec38bbdf30bd72b35cd1e172e50a12f3a73234d0d /app/views
parentef7f002e31fef9d04b96a790c541d3e2296ba918 (diff)
downloadgitlab-ce-e64379ad4769c5b2c96c87dcc5fdd46a10cca5cc.tar.gz
Use hide class for ci variables list
Diffstat (limited to 'app/views')
-rw-r--r--app/views/ci/variables/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/variables/_index.html.haml b/app/views/ci/variables/_index.html.haml
index 3df577916b1..e402801a776 100644
--- a/app/views/ci/variables/_index.html.haml
+++ b/app/views/ci/variables/_index.html.haml
@@ -2,7 +2,7 @@
.row
.col-lg-12.js-ci-variable-list-section{ data: { save_endpoint: save_endpoint } }
- .hidden.alert.alert-danger.js-ci-variable-error-box
+ .hide.alert.alert-danger.js-ci-variable-error-box
%ul.ci-variable-list
- @variables.each.each do |variable|