diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-03-02 20:04:55 +0100 |
---|---|---|
committer | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-03-02 20:04:55 +0100 |
commit | 8510fc8701344afdfc76e4df7f97b686175dae70 (patch) | |
tree | 18400e0f57916e111af88ac1d13efc81d960768d /app/views/projects/environments | |
parent | 98fecb5f8e64c4c64c96d065bc342d986140367e (diff) | |
download | gitlab-ce-8510fc8701344afdfc76e4df7f97b686175dae70.tar.gz |
Removed terminal webpack bundle tagterminal-bundle-refactor
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r-- | app/views/projects/environments/terminal.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/environments/terminal.html.haml b/app/views/projects/environments/terminal.html.haml index 7be4ef39117..6ec4ff56552 100644 --- a/app/views/projects/environments/terminal.html.haml +++ b/app/views/projects/environments/terminal.html.haml @@ -3,7 +3,6 @@ - content_for :page_specific_javascripts do = stylesheet_link_tag "xterm/xterm" - = webpack_bundle_tag("terminal") %div{ class: container_class } .top-area |