diff options
author | Phil Hughes <me@iamphill.com> | 2018-05-29 11:06:00 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-05-29 11:06:00 +0100 |
commit | dd17a4840659467628d9390139e4430a05349175 (patch) | |
tree | 67867bf87afa1dc3daf48bc703bc32a5711858c1 /app/views/ide | |
parent | 782c31a494faeda9e30ed453953b2be2f80cd5c0 (diff) | |
download | gitlab-ce-dd17a4840659467628d9390139e4430a05349175.tar.gz |
added correct help path to empty state
Diffstat (limited to 'app/views/ide')
-rw-r--r-- | app/views/ide/index.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml index 3e553fb7bd9..9f8b0acd763 100644 --- a/app/views/ide/index.html.haml +++ b/app/views/ide/index.html.haml @@ -4,7 +4,8 @@ #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') } } + "pipelines-empty-state-svg-path": image_path('illustrations/pipelines_empty.svg'), + "ci-help-page-path" => help_page_path('ci/quick_start/README'), } } .text-center = icon('spinner spin 2x') %h2.clgray= _('Loading the GitLab IDE...') |