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

_applications_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: e1455b0f60ad131a90925590e1cd136707ec86f7 (plain)
1
2
3
4
5
- active = params[:tab] == 'apps'

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