summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_integrations_tab.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/clusters/clusters/_integrations_tab.html.haml')
-rw-r--r--app/views/clusters/clusters/_integrations_tab.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/_integrations_tab.html.haml b/app/views/clusters/clusters/_integrations_tab.html.haml
new file mode 100644
index 00000000000..77b8b6ca3e6
--- /dev/null
+++ b/app/views/clusters/clusters/_integrations_tab.html.haml
@@ -0,0 +1,6 @@
+- tab_name = 'integrations'
+- active = params[:tab] == tab_name
+
+%li.nav-item{ role: 'presentation' }
+ %a#cluster-apps-tab.nav-link{ class: active_when(active), href: clusterable.cluster_path(@cluster.id, params: {tab: tab_name}) }
+ %span= _('Integrations')