diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-11-06 16:29:01 -0600 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-11-08 23:28:30 +1300 |
commit | 8b805d936993055e93db78f194b254c0f3a666b5 (patch) | |
tree | fd1876350a5a60aab839169e428f89bd0d8e4cce /app/views/clusters/clusters/_empty_state.html.haml | |
parent | 9bdcf23a5e217df43b3dd671ecdba378f93c29d3 (diff) | |
download | gitlab-ce-8b805d936993055e93db78f194b254c0f3a666b5.tar.gz |
Resolve rubocop warnings
Diffstat (limited to 'app/views/clusters/clusters/_empty_state.html.haml')
-rw-r--r-- | app/views/clusters/clusters/_empty_state.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/_empty_state.html.haml b/app/views/clusters/clusters/_empty_state.html.haml index b155ce056be..1cbff0a0e23 100644 --- a/app/views/clusters/clusters/_empty_state.html.haml +++ b/app/views/clusters/clusters/_empty_state.html.haml @@ -4,7 +4,6 @@ .col-12 .text-content %h4.text-center= s_('ClusterIntegration|Integrate Kubernetes cluster automation') - - link_to_help_page = link_to(_('Learn more about Kubernetes'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer') %p = s_('ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way.') - if clusterable.project? |