2018-03-20 10:12:48 -04:00
|
|
|
- @body_class = 'ide'
|
|
|
|
- page_title 'IDE'
|
|
|
|
|
2018-07-26 04:15:13 -04:00
|
|
|
- content_for :page_specific_javascripts do
|
|
|
|
= stylesheet_link_tag 'page_bundles/ide'
|
|
|
|
|
2018-03-20 10:12:48 -04:00
|
|
|
#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'),
|
2018-05-29 05:35:13 -04:00
|
|
|
"committed-state-svg-path" => image_path('illustrations/multi-editor_all_changes_committed_empty.svg'),
|
2018-05-29 06:06:00 -04:00
|
|
|
"pipelines-empty-state-svg-path": image_path('illustrations/pipelines_empty.svg'),
|
|
|
|
"ci-help-page-path" => help_page_path('ci/quick_start/README'), } }
|
2018-03-20 10:12:48 -04:00
|
|
|
.text-center
|
|
|
|
= icon('spinner spin 2x')
|
|
|
|
%h2.clgray= _('Loading the GitLab IDE...')
|