summaryrefslogtreecommitdiff
path: root/app/views/ide/_show.html.haml
blob: 70ac532e69f8aa2361a7c5d90204b2529c31f846 (plain)
1
2
3
4
5
6
7
8
9
10
- @body_class = 'ide-layout'
- page_title _('IDE')

- add_page_specific_style 'page_bundles/build'
- add_page_specific_style 'page_bundles/ide'

#ide.ide-loading{ data: ide_data }
  .text-center
    .spinner.spinner-md
    %h2.clgray= _('Loading the GitLab IDE...')