summaryrefslogtreecommitdiff
path: root/app/views/projects/jobs/terminal.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/jobs/terminal.html.haml')
-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) } }