Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « ide « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb413f197de1204254537229fa0ba9d53bbbcfff (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{ 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...')