gitlab-org--gitlab-foss/app/views/ide/_show.html.haml

11 lines
258 B
Plaintext

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