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:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-03 15:41:33 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-08-03 16:26:23 +0300
commit0116930bb0ae30bcb7b43b87371f1418e74661f1 (patch)
treefd6ff8d279767b67649109fc7c8e1fb0c2f6e6bc /app/views/projects/jobs
parent77c189a9a7687849eac438a2850c6a106b371399 (diff)
Uses npm css and removes css from vendor folder
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r--app/views/projects/jobs/terminal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/terminal.html.haml b/app/views/projects/jobs/terminal.html.haml
index efea666a4d9..f7e7535ee92 100644
--- a/app/views/projects/jobs/terminal.html.haml
+++ b/app/views/projects/jobs/terminal.html.haml
@@ -5,7 +5,7 @@
- page_title 'Terminal', "#{@build.name} (##{@build.id})", 'Jobs'
- content_for :page_specific_javascripts do
- = stylesheet_link_tag "xterm/xterm"
+ = stylesheet_link_tag "xterm.css"
.terminal-container{ class: container_class }
#terminal{ data: { project_path: terminal_project_job_path(@project, @build, format: :ws) } }