Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-29 13:06:00 +0300
committerPhil Hughes <me@iamphill.com>2018-05-29 13:06:00 +0300
commitdd17a4840659467628d9390139e4430a05349175 (patch)
tree67867bf87afa1dc3daf48bc703bc32a5711858c1 /app/views/ide
parent782c31a494faeda9e30ed453953b2be2f80cd5c0 (diff)
added correct help path to empty state
Diffstat (limited to 'app/views/ide')
-rw-r--r--app/views/ide/index.html.haml3
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...')