diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 21:10:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 21:10:03 +0000 |
commit | 1785d4e4aa1834e39c6d46527076d0f9054e329f (patch) | |
tree | 577894a97f873f6ce57181badc29a4814f5ef193 /app/views/ide | |
parent | 71dc16a12c2b0aaeee3a8fa55aa1ca880f5699b4 (diff) | |
download | gitlab-ce-1785d4e4aa1834e39c6d46527076d0f9054e329f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/ide')
-rw-r--r-- | app/views/ide/_show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ide/_show.html.haml b/app/views/ide/_show.html.haml index 70ac532e69f..4fc00dfb3f4 100644 --- a/app/views/ide/_show.html.haml +++ b/app/views/ide/_show.html.haml @@ -6,5 +6,5 @@ #ide.ide-loading{ data: ide_data } .text-center - .spinner.spinner-md + .gl-spinner.gl-spinner-md %h2.clgray= _('Loading the GitLab IDE...') |