summaryrefslogtreecommitdiff
path: root/app/views/ide
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-07-26 08:15:13 +0000
committerPhil Hughes <me@iamphill.com>2018-07-26 08:15:13 +0000
commit4d3c6f46035a25e3ff9f6ff5f72773e3301b3960 (patch)
treec9ea4201a116d0c08b6ab8f171daecf82b9b1a8f /app/views/ide
parent117567fabdabd433421aefdd81297f0e23ad8a26 (diff)
downloadgitlab-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.haml3
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'),