diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-12-13 20:53:15 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-12-13 20:53:15 +1300 |
commit | 459758921faefa10c475c4691faa4d388eb00df8 (patch) | |
tree | 2ed204c55d211c340f5b0baa6078043897b19795 /app/views/clusters | |
parent | e7a6b841684f9a2929b16176b223ea44bfc26332 (diff) | |
download | gitlab-ce-459758921faefa10c475c4691faa4d388eb00df8.tar.gz |
Move description of cluster type to presenter
Diffstat (limited to 'app/views/clusters')
-rw-r--r-- | app/views/clusters/clusters/_cluster.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/_cluster.html.haml b/app/views/clusters/clusters/_cluster.html.haml index adeca013749..e15de3d504d 100644 --- a/app/views/clusters/clusters/_cluster.html.haml +++ b/app/views/clusters/clusters/_cluster.html.haml @@ -13,4 +13,4 @@ .table-mobile-header{ role: "rowheader" } .table-mobile-content %span.badge.badge-light - = cluster.project_type? ? s_("ClusterIntegration|Project cluster") : s_("ClusterIntegration|Group cluster") + = cluster.cluster_type_description |