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

- content_for :page_specific_javascripts do
  = webpack_bundle_tag 'common_vue'
  = webpack_bundle_tag 'ide'

.ide-flash-container.flash-container

#ide.ide-loading
  .text-center
    = icon('spinner spin 2x')
    %h2.clgray= _('IDE Loading ...')