Skip to content
Snippets Groups Projects
Commit 5dc3504b authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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.
parent 78b3eea7
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
---
title: Include correct CSS file for xterm in environments page
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment