debian-mirror-gitlab/app/views/shared/_ide_root.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
373 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- 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