2018-12-03 12:59:11 -05:00
|
|
|
- @body_class = 'ide-layout'
|
2020-06-22 08:08:47 -04:00
|
|
|
- page_title _('IDE')
|
2018-12-03 12:59:11 -05:00
|
|
|
|
2020-10-30 17:08:52 -04:00
|
|
|
- add_page_specific_style 'page_bundles/build'
|
2020-09-30 05:10:11 -04:00
|
|
|
- add_page_specific_style 'page_bundles/ide'
|
2018-12-03 12:59:11 -05:00
|
|
|
|
2021-05-19 02:10:37 -04:00
|
|
|
- content_for :prefetch_asset_tags do
|
2021-05-14 08:10:58 -04:00
|
|
|
- webpack_preload_asset_tag('monaco')
|
|
|
|
|
2019-01-24 08:43:02 -05:00
|
|
|
#ide.ide-loading{ data: ide_data }
|
2018-12-03 12:59:11 -05:00
|
|
|
.text-center
|
2022-03-08 07:20:17 -05:00
|
|
|
= gl_loading_icon(size: 'md')
|
2018-12-03 12:59:11 -05:00
|
|
|
%h2.clgray= _('Loading the GitLab IDE...')
|