diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-07 15:52:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-07 15:52:05 +0000 |
commit | 984dc66b0766db14d010b89fbf652fd6fe3ea8db (patch) | |
tree | dbc653a91300d614546e73986c2f0e346f3f0909 /app/views/projects | |
parent | 14184b159db309ff0d1b5ec5926bfb2f33dbbc70 (diff) | |
download | gitlab-ce-984dc66b0766db14d010b89fbf652fd6fe3ea8db.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/merge_requests/creations/_new_submit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/creations/_new_submit.html.haml b/app/views/projects/merge_requests/creations/_new_submit.html.haml index 0036f1b4bde..253f50d5090 100644 --- a/app/views/projects/merge_requests/creations/_new_submit.html.haml +++ b/app/views/projects/merge_requests/creations/_new_submit.html.haml @@ -48,4 +48,4 @@ .mr-loading-status .loading.hide - .gl-spinner.gl-spinner-md + = gl_loading_icon(size: 'md') |