Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-23 23:30:29 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-23 23:30:29 +0300
commit016d5fbd68c5f219c5b63f20adb32680a449c5ca (patch)
tree28d3ee91d000e6b5f1828fed75bbeb3ee618cbfc /app/views/projects/environments
parentb28f68ae075e87451c1dd8cff37b3023d600bb0a (diff)
Adds target blank to environment button in terminal view
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/terminal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/terminal.html.haml b/app/views/projects/environments/terminal.html.haml
index ef0dd0eda3c..c8363087d6a 100644
--- a/app/views/projects/environments/terminal.html.haml
+++ b/app/views/projects/environments/terminal.html.haml
@@ -16,7 +16,7 @@
.col-sm-6
.nav-controls
- = link_to @environment.external_url, class: 'btn btn-default' do
+ = link_to @environment.external_url, class: 'btn btn-default', target: '_blank', rel: 'noopener noreferrer nofollow' do
= icon('external-link')
= render 'projects/deployments/actions', deployment: @environment.last_deployment