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

11 lines
266 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
2019-03-02 22:35:43 +05:30
#ide.ide-loading{ data: ide_data }
2019-02-15 15:39:39 +05:30
.text-center
2020-04-08 14:13:33 +05:30
.spinner.spinner-md
2019-02-15 15:39:39 +05:30
%h2.clgray= _('Loading the GitLab IDE...')