summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 21:10:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 21:10:03 +0000
commit1785d4e4aa1834e39c6d46527076d0f9054e329f (patch)
tree577894a97f873f6ce57181badc29a4814f5ef193 /app/views/projects/diffs
parent71dc16a12c2b0aaeee3a8fa55aa1ca880f5699b4 (diff)
downloadgitlab-ce-1785d4e4aa1834e39c6d46527076d0f9054e329f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/diffs')
-rw-r--r--app/views/projects/diffs/_diffs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml
index ac35a0a25c7..bb2682bb7c0 100644
--- a/app/views/projects/diffs/_diffs.html.haml
+++ b/app/views/projects/diffs/_diffs.html.haml
@@ -34,7 +34,7 @@
- url = url_for(safe_params.merge(action: 'diff_files'))
.js-diffs-batch{ data: { diff_files_path: url } }
.text-center
- %span.spinner.spinner-md
+ %span.gl-spinner.gl-spinner-md
- else
= render partial: 'projects/diffs/file', collection: diff_files, as: :diff_file, locals: { project: diffs.project, environment: environment, diff_page_context: diff_page_context }