summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2018-04-25 10:56:32 +1000
committerSimon Knox <psimyn@gmail.com>2018-04-25 11:31:56 +1000
commitdbbd7212aa2ae7e4324cb6a6625a235dce7db892 (patch)
tree3fe1dcf54e02b70e32d52032b5b44e3822da5936 /app/views/ci
parent80766821b24cc13a6ce054f5b0c996bebccc4121 (diff)
downloadgitlab-ce-dbbd7212aa2ae7e4324cb6a6625a235dce7db892.tar.gz
fix Settings spec -> use hidden class instead of hide
also remove debug
Diffstat (limited to 'app/views/ci')
-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 e402801a776..3df577916b1 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 } }
- .hide.alert.alert-danger.js-ci-variable-error-box
+ .hidden.alert.alert-danger.js-ci-variable-error-box
%ul.ci-variable-list
- @variables.each.each do |variable|