summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/_sidebar.html.haml
blob: 761879db32b4509a662092d06c88250a550a3112 (plain)
1
2
3
4
5
6
7
%h4.prepend-top-0
  = s_('ClusterIntegration|Cluster integration')
%p
  = s_('ClusterIntegration|With a cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way.')
%p
  - link = link_to(s_('ClusterIntegration|cluster'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer')
  = s_('ClusterIntegration|Learn more about %{link_to_documentation}').html_safe % { link_to_documentation: link }