gitlab-org--gitlab-foss/app/views/ide/_show.html.haml
Paul Slaughter 435a3d2ab5
Update IDE haml view to support EE extensions
- Also creates ide_helper for ide_data which can be extended in EE
2018-12-05 14:40:06 -06:00

10 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...')