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

_show.html.haml « ide « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95c15612adfd930e0de4d0d7f189be6bc075e92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @body_class = 'ide-layout'
- page_title _('IDE')

- add_page_specific_style 'page_bundles/build'
- add_page_specific_style 'page_bundles/ide'

- content_for :prefetch_asset_tags do
  - webpack_preload_asset_tag('monaco')

#ide.ide-loading{ data: ide_data }
  .text-center
    = gl_loading_icon(size: 'md')
    %h2.clgray= _('Loading the GitLab IDE...')