summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_multiple_clusters_message.html.haml
blob: 04c1f9b6e7acd7ee44e6a68106d6ec4c74d6c16a (plain)
1
2
3
4
5
6
- autodevops_help_url = help_page_path('topics/autodevops/multiple_clusters_auto_devops.md')
- help_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe
- help_link_end = '</a>'.html_safe

%p.gl-font-weight-bold
  = s_('ClusterIntegration|Using AutoDevOps with multiple clusters? %{help_link_start}Read this first.%{help_link_end}').html_safe % { help_link_start: help_link_start % { url: autodevops_help_url }, help_link_end: help_link_end }