debian-mirror-gitlab/app/views/ide/_show.html.haml

14 lines
355 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- @body_class = 'ide-layout'
2020-07-28 23:09:34 +05:30
- page_title _('IDE')
2019-02-15 15:39:39 +05:30
2021-01-29 00:20:46 +05:30
- add_page_specific_style 'page_bundles/build'
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/ide'
2019-02-15 15:39:39 +05:30
2021-06-08 01:23:25 +05:30
- content_for :prefetch_asset_tags do
- webpack_preload_asset_tag('monaco')
2019-03-02 22:35:43 +05:30
#ide.ide-loading{ data: ide_data }
2019-02-15 15:39:39 +05:30
.text-center
2022-05-07 20:08:51 +05:30
= gl_loading_icon(size: 'md')
2019-02-15 15:39:39 +05:30
%h2.clgray= _('Loading the GitLab IDE...')