Commit 390da1f4 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'Resolve-Migrate-.fa-spinner-app/views/projects/mirrors' into 'master'

Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/projects/mirrors'

See merge request gitlab-org/gitlab!25041
parents 587255de 1511fd28
......@@ -12,7 +12,7 @@
.form-group
.collapse.js-well-changing-auth
.changing-auth-method= icon('spinner spin lg')
.changing-auth-method
.well-password-auth.collapse.js-well-password-auth
= f.label :password, _("Password"), class: "label-bold"
= f.password_field :password, value: mirror.password, class: 'form-control qa-password', autocomplete: 'new-password'
......@@ -4,7 +4,7 @@
.form-group.js-ssh-host-keys-section{ class: ('collapse' unless mirror.ssh_mirror_url?) }
%button.btn.btn-inverted.btn-secondary.inline.js-detect-host-keys.append-right-10{ type: 'button', data: { qa_selector: 'detect_host_keys' } }
= icon('spinner spin', class: 'js-spinner d-none')
.js-spinner.d-none.spinner.mr-1
= _('Detect host keys')
.fingerprint-ssh-info.js-fingerprint-ssh-info.prepend-top-10.append-bottom-10{ class: ('collapse' unless mirror.ssh_mirror_url?) }
%label.label-bold
......
---
title: Migrate .fa-spinner to .spinner for app/views/projects/mirrors
merge_request: 25041
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