Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_integrations_tab.html.haml « clusters « clusters « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e229c1fbe1e344c23703976e562b09e7d4644912 (plain)
1
2
3
4
- active = params[:tab] == 'integrations'

= gl_tab_link_to clusterable.cluster_path(@cluster.id, params: { tab: 'integrations' }), { item_active: active } do
  = _('Integrations')