summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-07-11 14:25:18 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-07-11 14:25:18 +0000
commit4be9ff8442652cd83beb3e70af09458967d86486 (patch)
tree733cc375952fc852926d13da144a41671cbea1a5 /app
parente1a56e7b229d7faa4986df557e6c6651de3e7f91 (diff)
downloadgitlab-ce-4be9ff8442652cd83beb3e70af09458967d86486.tar.gz
Load terminal css file in environments page
Loaded the xterm css file in order to fix the styling issues
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/environments/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/environments/show.html.haml b/app/views/projects/environments/show.html.haml
index c13a47b0b09..6100fd3ad37 100644
--- a/app/views/projects/environments/show.html.haml
+++ b/app/views/projects/environments/show.html.haml
@@ -3,6 +3,9 @@
- breadcrumb_title @environment.name
- page_title _("Environments")
+- content_for :page_specific_javascripts do
+ = stylesheet_link_tag 'page_bundles/xterm'
+
%div{ class: container_class }
- if can?(current_user, :stop_environment, @environment)
#stop-environment-modal.modal.fade{ tabindex: -1 }