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

%h3
  = title
%p
  = clusterable.sidebar_text

- if !docs_mode
  %p
    = clusterable.learn_more_link

  = render 'clusters/clusters/multiple_clusters_message'