summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_sidebar.html.haml
blob: e479773e70d7b5f0f5fdbce81d48d069a7745f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- is_connect_page = local_assigns.fetch(:is_connect_page, false)
- title = is_connect_page ? s_('ClusterIntegration|Connect a Kubernetes cluster') : s_('ClusterIntegration|Create a Kubernetes cluster')

%h3
  = title
%p
  = clusterable.sidebar_text

- if is_connect_page
  %p
    = clusterable.learn_more_link

  = render 'clusters/clusters/multiple_clusters_message'