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
path: root/app/views
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-10-05 20:45:15 +0300
committerShinya Maeda <shinya@gitlab.com>2017-10-05 20:45:15 +0300
commit6712762b9d6e0391b1a38ca17cc3d982a336bbf9 (patch)
treebbb3b008409a18aca0bbd86480ac4b52eb33668e /app/views
parentd27b113b49c90ba7d184f0d7965b63e32d260ebf (diff)
Add ClusterPresenter. Fix Static Analysys.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index 48d9835d588..b7b4c3c389c 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -37,7 +37,7 @@
%label
= s_('ClusterIntegration|Google container engine')
%p
- - link_gke = link_to(s_('ClusterIntegration|Google Container Engine'), '', target: '_blank', rel: 'noopener noreferrer')
+ - link_gke = link_to(s_('ClusterIntegration|Google Container Engine'), @cluster.gke_cluster_url, target: '_blank', rel: 'noopener noreferrer')
= s_('ClusterIntegration|Manage your cluster by visiting %{link_gke}').html_safe % { link_gke: link_gke }
.hidden.js-cluster-error.alert.alert-danger{ role: 'alert' }