Commit bfef4b05 authored by Phellipe K Ribeiro's avatar Phellipe K Ribeiro Committed by Paul Slaughter

Update loader for various project views

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25755
parent 5caaa5f8
......@@ -6,4 +6,5 @@
= icon('rss')
.content_list.project-activity{ :"data-href" => activity_project_path(@project) }
= spinner
.loading
.spinner.spinner-md
......@@ -124,7 +124,7 @@
.save-project-loader.hide
.center
%h2
%i.fa.fa-spinner.fa-spin
.spinner.spinner-md.align-text-bottom
= _('Saving project.')
%p= _('Please wait a moment, this page will automatically refresh when ready.')
......
......@@ -75,7 +75,7 @@
.save-project-loader.d-none
.center
%h2
%i.fa.fa-spinner.fa-spin
.spinner.spinner-md.align-text-bottom
= s_('ProjectsNew|Creating project & repository.')
%p
= 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