debian-mirror-gitlab/app/views/ide/_show.html.haml
2021-01-03 14:25:43 +05:30

10 lines
219 B
Text

- @body_class = 'ide-layout'
- page_title _('IDE')
- add_page_specific_style 'page_bundles/ide'
#ide.ide-loading{ data: ide_data }
.text-center
.spinner.spinner-md
%h2.clgray= _('Loading the GitLab IDE...')