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

- content_for :page_specific_javascripts do
  = webpack_bundle_tag 'common_vue'
  = webpack_bundle_tag 'ide', force_same_domain: true

#ide.ide-loading{ data: {"empty-state-svg-path" => image_path('illustrations/multi_file_editor_empty.svg')} }
  .text-center
    = icon('spinner spin 2x')
    %h2.clgray= _('Loading the GitLab IDE...')