debian-mirror-gitlab/app/views/ide/_show.html.haml
2020-08-09 17:44:08 +05:30

11 lines
261 B
Text

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