diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-07-26 08:15:13 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-07-26 08:15:13 +0000 |
commit | 4d3c6f46035a25e3ff9f6ff5f72773e3301b3960 (patch) | |
tree | c9ea4201a116d0c08b6ab8f171daecf82b9b1a8f /app/views/ide | |
parent | 117567fabdabd433421aefdd81297f0e23ad8a26 (diff) | |
download | gitlab-ce-4d3c6f46035a25e3ff9f6ff5f72773e3301b3960.tar.gz |
Moved repo.css to its own CSS bundle to reduce the size of the main bundle
Diffstat (limited to 'app/views/ide')
-rw-r--r-- | app/views/ide/index.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml index 9f8b0acd763..d29dda43c89 100644 --- a/app/views/ide/index.html.haml +++ b/app/views/ide/index.html.haml @@ -1,6 +1,9 @@ - @body_class = 'ide' - page_title 'IDE' +- content_for :page_specific_javascripts do + = stylesheet_link_tag 'page_bundles/ide' + #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'), |