Commit 894ad5e3 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'tor/maintenance/pajamas-conversion/compare-mr-spinners' into 'master'

Make spinners in New MR Compare Pajamas-compliant

See merge request gitlab-org/gitlab!82755
parents 330149c8 d0e95348
......@@ -29,8 +29,7 @@
= dropdown_content
= dropdown_loading
.card-footer
.text-center
.js-source-loading.mt-1.gl-spinner
= gl_loading_icon(css_class: 'js-source-loading gl-my-3')
%ul.list-unstyled.mr_source_commit
.col-lg-6
......@@ -58,8 +57,7 @@
= dropdown_content
= dropdown_loading
.card-footer
.text-center
.js-target-loading.mt-1.gl-spinner
= gl_loading_icon(css_class: 'js-target-loading gl-my-3')
%ul.list-unstyled.mr_target_commit
- if @merge_request.errors.any?
......
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