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.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml
new file mode 100644
index 00000000000..8368e7a4563
--- /dev/null
+++ b/app/views/ide/index.html.haml
@@ -0,0 +1,12 @@
+- page_title 'IDE'
+
+- content_for :page_specific_javascripts do
+ = webpack_bundle_tag 'common_vue'
+ = webpack_bundle_tag 'ide'
+
+.ide-flash-container.flash-container
+
+#ide.ide-loading
+ .text-center
+ = icon('spinner spin 2x')
+ %h2.clgray= _('IDE Loading ...')