debian-mirror-gitlab/app/views/ide/_show.html.haml
2018-12-23 12:14:25 +05:30

11 lines
266 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
= icon('spinner spin 2x')
%h2.clgray= _('Loading the GitLab IDE...')