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

_ide_root.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db3e76e188c4dfdf593217cc99097791bebfb078 (plain)
1
2
3
4
5
6
7
8
9
10
- 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

#ide.gl-h-full{ data: data }
  .web-ide-loader.gl-display-flex.gl-justify-content-center.gl-align-items-center.gl-flex-direction-column.gl-h-full.gl-mr-auto.gl-ml-auto
    = brand_header_logo
    %h3.clblack.gl-mt-6= loading_text