diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-27 12:09:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-27 12:09:12 +0000 |
commit | 3ab4feda4dce9c9f0672375ae27c2f7c2ba6f4ad (patch) | |
tree | be5a771e0427ed98cdb58acfd5c631b4b2eb4bf9 /app/views/ide | |
parent | c72e5ebe9938d315ec598197873e71a80168d40a (diff) | |
download | gitlab-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.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 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...') |