summaryrefslogtreecommitdiff
path: root/app/views/ide/index.html.haml
blob: aa9e486756b1e768cce66f83d72de48eb80c7843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @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'),
  "pipelines-empty-state-svg-path": image_path('illustrations/pipelines_empty.svg'),
  "promotion-svg-path": image_path('illustrations/web_ide_promotion.svg'),
  "ci-help-page-path" => help_page_path('ci/quick_start/README'),
  "clientside-preview-enabled": Gitlab::CurrentSettings.current_application_settings.web_ide_clientside_preview_enabled.to_s } }
  .text-center
    = icon('spinner spin 2x')
    %h2.clgray= _('Loading the GitLab IDE...')