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

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