Commit c195334e authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '202233-migrating-fa-spinner-whithin-top-level-projects' into 'master'

Resolve "Migrate '.fa-spinner' to '.spinner' within top level directory 'app/views/projects'"

Closes #202233

See merge request gitlab-org/gitlab!25755
parents ac929111 bfef4b05
...@@ -6,4 +6,5 @@ ...@@ -6,4 +6,5 @@
= icon('rss') = icon('rss')
.content_list.project-activity{ :"data-href" => activity_project_path(@project) } .content_list.project-activity{ :"data-href" => activity_project_path(@project) }
= spinner .loading
.spinner.spinner-md
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
.save-project-loader.hide .save-project-loader.hide
.center .center
%h2 %h2
%i.fa.fa-spinner.fa-spin .spinner.spinner-md.align-text-bottom
= _('Saving project.') = _('Saving project.')
%p= _('Please wait a moment, this page will automatically refresh when ready.') %p= _('Please wait a moment, this page will automatically refresh when ready.')
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
.save-project-loader.d-none .save-project-loader.d-none
.center .center
%h2 %h2
%i.fa.fa-spinner.fa-spin .spinner.spinner-md.align-text-bottom
= s_('ProjectsNew|Creating project & repository.') = s_('ProjectsNew|Creating project & repository.')
%p %p
= s_('ProjectsNew|Please wait a moment, this page will automatically refresh when ready.') = s_('ProjectsNew|Please wait a moment, this page will automatically refresh when ready.')
---
title: Update loader for various project views
merge_request: 25755
author: Phellipe K Ribeiro
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