2018-11-20 20:47:30 +05:30
|
|
|
- @body_class = 'ide-layout'
|
2018-05-09 12:01:36 +05:30
|
|
|
- page_title 'IDE'
|
|
|
|
|
2018-11-18 11:00:15 +05:30
|
|
|
- content_for :page_specific_javascripts do
|
|
|
|
= stylesheet_link_tag 'page_bundles/ide'
|
|
|
|
|
2018-05-09 12:01:36 +05:30
|
|
|
#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-11-08 19:23:39 +05:30
|
|
|
"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'),
|
2018-11-18 11:00:15 +05:30
|
|
|
"promotion-svg-path": image_path('illustrations/web-ide_promotion.svg'),
|
|
|
|
"ci-help-page-path" => help_page_path('ci/quick_start/README'),
|
|
|
|
"web-ide-help-page-path" => help_page_path('user/project/web_ide/index.html'),
|
|
|
|
"clientside-preview-enabled": Gitlab::CurrentSettings.current_application_settings.web_ide_clientside_preview_enabled.to_s } }
|
2018-05-09 12:01:36 +05:30
|
|
|
.text-center
|
|
|
|
= icon('spinner spin 2x')
|
|
|
|
%h2.clgray= _('Loading the GitLab IDE...')
|