@@ -89,19 +89,18 @@ def new_ide_data(project:)
89
89
90
90
def legacy_ide_data ( project :)
91
91
{
92
- 'empty-state-svg-path' => image_path ( 'illustrations/multi_file_editor_empty .svg' ) ,
93
- 'no-changes-state-svg-path' => image_path ( 'illustrations/multi-editor_no_changes_empty .svg' ) ,
92
+ 'empty-state-svg-path' => image_path ( 'illustrations/empty-state/empty-variables-md .svg' ) ,
93
+ 'no-changes-state-svg-path' => image_path ( 'illustrations/status/status-nothing-sm .svg' ) ,
94
94
'committed-state-svg-path' => image_path ( 'illustrations/rocket-launch-md.svg' ) ,
95
95
'pipelines-empty-state-svg-path' : image_path ( 'illustrations/empty-state/empty-pipeline-md.svg' ) ,
96
96
'switch-editor-svg-path' : image_path ( 'illustrations/rocket-launch-md.svg' ) ,
97
- 'promotion-svg-path' : image_path ( 'illustrations/web-ide_promotion.svg' ) ,
98
97
'ci-help-page-path' => help_page_path ( 'ci/quick_start/index.md' ) ,
99
98
'web-ide-help-page-path' => help_page_path ( 'user/project/web_ide/index.md' ) ,
100
99
'render-whitespace-in-code' : current_user . render_whitespace_in_code . to_s ,
101
100
'default-branch' => project && project . default_branch ,
102
101
'project' => convert_to_project_entity_json ( project ) ,
103
102
'preview-markdown-path' => project && preview_markdown_path ( project ) ,
104
- 'web-terminal-svg-path' => image_path ( 'illustrations/web-ide_promotion .svg' ) ,
103
+ 'web-terminal-svg-path' => image_path ( 'illustrations/empty-state/empty-cloud-md .svg' ) ,
105
104
'web-terminal-help-path' => help_page_path ( 'user/project/web_ide/index.md' , anchor : 'interactive-web-terminals-for-the-web-ide' ) ,
106
105
'web-terminal-config-help-path' => help_page_path ( 'user/project/web_ide/index.md' , anchor : 'web-ide-configuration-file' ) ,
107
106
'web-terminal-runners-help-path' => help_page_path ( 'user/project/web_ide/index.md' , anchor : 'runner-configuration' )
0 commit comments