Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_ide_root.html.haml')
-rw-r--r--app/views/shared/_ide_root.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/shared/_ide_root.html.haml b/app/views/shared/_ide_root.html.haml
new file mode 100644
index 00000000000..848ff1e5728
--- /dev/null
+++ b/app/views/shared/_ide_root.html.haml
@@ -0,0 +1,11 @@
+- data = local_assigns.fetch(:data)
+- loading_text = local_assigns.fetch(:loading_text)
+
+-# Fix for iOS 13+, the height of the page is actually less than
+-# 100vh because of the presence of the bottom bar
+- @body_class = 'gl-max-h-full gl-fixed'
+
+#ide.gl--flex-center.gl-h-full{ data: data }
+ .gl-text-center
+ = gl_loading_icon(size: 'md')
+ %h2.clgray= loading_text