debian-mirror-gitlab/app/views/clusters/clusters/_health_tab.html.haml
2020-08-09 17:44:08 +05:30

5 lines
240 B
Text

- active = params[:tab] == 'health'
%li.nav-item{ role: 'presentation' }
%a#cluster-health-tab.nav-link.qa-health{ class: active_when(active), href: clusterable.cluster_path(@cluster.id, params: {tab: 'health'}) }
%span= _('Health')