summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/terminal.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/terminal.html.haml')
-rw-r--r--app/views/projects/environments/terminal.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/environments/terminal.html.haml b/app/views/projects/environments/terminal.html.haml
index 1d49e9cbaf7..ef0dd0eda3c 100644
--- a/app/views/projects/environments/terminal.html.haml
+++ b/app/views/projects/environments/terminal.html.haml
@@ -16,6 +16,8 @@
.col-sm-6
.nav-controls
+ = link_to @environment.external_url, class: 'btn btn-default' do
+ = icon('external-link')
= render 'projects/deployments/actions', deployment: @environment.last_deployment
.terminal-container{ class: container_class }