diff options
author | Phil Hughes <me@iamphill.com> | 2018-05-29 10:35:13 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-05-29 10:35:13 +0100 |
commit | 782c31a494faeda9e30ed453953b2be2f80cd5c0 (patch) | |
tree | 46a58ed8105fa76c4cda0a09be8b9b2990f399f5 /app/views/ide/index.html.haml | |
parent | b4ef2aad0239a493d6b0e3dde89cb36c5b4bb5e0 (diff) | |
download | gitlab-ce-782c31a494faeda9e30ed453953b2be2f80cd5c0.tar.gz |
added empty state & YAML error state
Diffstat (limited to 'app/views/ide/index.html.haml')
-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 da9331b45dd..3e553fb7bd9 100644 --- a/app/views/ide/index.html.haml +++ b/app/views/ide/index.html.haml @@ -3,7 +3,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') } } + "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') } } .text-center = icon('spinner spin 2x') %h2.clgray= _('Loading the GitLab IDE...') |