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-09-20 12:26:42 +0300
committerPhil Hughes <me@iamphill.com>2018-09-20 12:26:42 +0300
commit8c2192943a5efc4d0a28c67b04bf9b979def66a1 (patch)
treecb82c3d1b56d7e3aa95e1fd35e6c7c3c6a66357b /app/views/projects/jobs
parent8acbb7d0a76443a6d69ac3633af841da5ae84e51 (diff)
parentdbab04b94254aa121eb265748e19761adc2b0afb (diff)
Merge branch '44768-lazy-load-xterm-css' into 'master'
Lazy load xterm css custom colors file Closes #44768 See merge request gitlab-org/gitlab-ce!21804
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r--app/views/projects/jobs/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index cf8d42976f8..5321bc46e73 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -3,6 +3,9 @@
- breadcrumb_title "##{@build.id}"
- page_title "#{@build.name} (##{@build.id})", "Jobs"
+- content_for :page_specific_javascripts do
+ = stylesheet_link_tag 'page_bundles/xterm'
+
%div{ class: container_class }
.build-page.js-build-page
#js-build-header-vue