summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-04 12:13:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-04 12:13:07 +0000
commit7150920cea6cdd82b9409d5757fa26dac66876d1 (patch)
treeef7172b657ca9f51cf35ee31e8d83fa183f3d5ef /app/views/projects/commits
parent9fc9084df31e1155fe23357a45835164ec9686f6 (diff)
downloadgitlab-ce-7150920cea6cdd82b9409d5757fa26dac66876d1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index 22a5bada311..36641a8c508 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -34,5 +34,4 @@
%div{ id: dom_id(@project) }
%ol#commits-list.list-unstyled.content_list
= render 'commits', project: @project, ref: @ref
- .loading.hide
- = loading_icon(size: "lg")
+ = gl_loading_icon(size: 'lg', css_class: 'loading hide')