summaryrefslogtreecommitdiff
path: root/app/views/ide/_show.html.haml
blob: b871f0363f3afa2ad38475c65da385aea7760157 (plain)
1
2
3
4
5
6
7
8
9
10
- @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...')