summaryrefslogtreecommitdiff
path: root/app/views/ide/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ide/index.html.haml')
-rw-r--r--app/views/ide/index.html.haml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml
index 8368e7a4563..3dbdfc97654 100644
--- a/app/views/ide/index.html.haml
+++ b/app/views/ide/index.html.haml
@@ -1,12 +1,11 @@
+- @body_class = 'ide'
- page_title 'IDE'
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
- = webpack_bundle_tag 'ide'
+ = webpack_bundle_tag 'ide', force_same_domain: true
-.ide-flash-container.flash-container
-
-#ide.ide-loading
+#ide.ide-loading{ data: {"empty-state-svg-path" => image_path('illustrations/multi_file_editor_empty.svg')} }
.text-center
= icon('spinner spin 2x')
- %h2.clgray= _('IDE Loading ...')
+ %h2.clgray= _('Loading the GitLab IDE...')