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: b18b5f1574b793696d37d6c591c27fc5cd2b6fa0 (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('IDE')

- unless use_new_web_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')

= render partial: 'shared/ide_root', locals: { data: ide_data, loading_text: _('Loading the GitLab IDE...') }