Add missing cohorts to tab nav
This commit is contained in:
parent
8a9e2415ca
commit
0d4f2ad6fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
.fade-right
|
||||
= icon('angle-right')
|
||||
%ul.nav-links.scrolling-tabs
|
||||
= nav_link(controller: %w(dashboard admin projects users groups builds runners), html_options: {class: 'home'}) do
|
||||
= nav_link(controller: %w(dashboard admin projects users groups builds runners cohorts), html_options: {class: 'home'}) do
|
||||
= link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do
|
||||
%span
|
||||
Overview
|
||||
|
|
Loading…
Reference in a new issue