summaryrefslogtreecommitdiff
path: root/app/views/ide
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:12 +0000
commit3ab4feda4dce9c9f0672375ae27c2f7c2ba6f4ad (patch)
treebe5a771e0427ed98cdb58acfd5c631b4b2eb4bf9 /app/views/ide
parentc72e5ebe9938d315ec598197873e71a80168d40a (diff)
downloadgitlab-ce-3ab4feda4dce9c9f0672375ae27c2f7c2ba6f4ad.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/ide')
-rw-r--r--app/views/ide/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ide/_show.html.haml b/app/views/ide/_show.html.haml
index 057225d021f..b871f0363f3 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
- = icon('spinner spin 2x')
+ .spinner.spinner-md
%h2.clgray= _('Loading the GitLab IDE...')