Include correct CSS file for xterm in environments page

When the xterm dependency was moved to a npm dependency
the CSS file path was not updated correctly in the environments page.

In order for xterm to render properly, it needs the correct CSS path.
This commit is contained in:
Filipa Lacerda 2018-09-17 11:32:01 +01:00
parent 78b3eea7d2
commit 5dc3504be3
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- page_title "Terminal for environment", @environment.name
- content_for :page_specific_javascripts do
= stylesheet_link_tag "xterm/xterm"
= stylesheet_link_tag "xterm.css"
%div{ class: container_class }
.top-area

View File

@ -0,0 +1,5 @@
---
title: Include correct CSS file for xterm in environments page
merge_request:
author:
type: fixed