Commit fdadf76a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'Resolve-Migrate-.fa-spinner-app/views/ci/variables' into 'master'

Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/ci/variables'

See merge request gitlab-org/gitlab!25030
parents 2ca2e390 cff09f1c
......@@ -23,7 +23,7 @@
.prepend-top-20
%button.btn.btn-success.js-ci-variables-save-button{ type: 'button' }
%span.hide.js-ci-variables-save-loading-icon
= icon('spinner spin')
.spinner.spinner-light.mr-1
= _('Save variables')
%button.btn.btn-info.btn-inverted.prepend-left-10.js-secret-value-reveal-button{ type: 'button', data: { secret_reveal_status: "#{@variables.size == 0}" } }
- if @variables.size == 0
......
---
title: Migrate .fa-spinner to .spinner for app/views/ci/variables
merge_request: 25030
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment