index.html.haml 379 字节
Newer Older
T
Tim Zallmann 已提交
1
- @body_class = 'ide'
2 3 4 5
- page_title 'IDE'

- content_for :page_specific_javascripts do
  = webpack_bundle_tag 'common_vue'
T
Tim Zallmann 已提交
6
  = webpack_bundle_tag 'ide', force_same_domain: true
7

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