From fcf3b9d8d62e732534efdbca44e12b85cf290c4d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 16 Jun 2016 21:39:30 +0300 Subject: Move admin->runners tab as subnav of overview tab Signed-off-by: Dmitriy Zaporozhets --- app/views/admin/dashboard/_head.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/admin/dashboard/_head.html.haml') diff --git a/app/views/admin/dashboard/_head.html.haml b/app/views/admin/dashboard/_head.html.haml index 7b3f88c24df..b74da64f82e 100644 --- a/app/views/admin/dashboard/_head.html.haml +++ b/app/views/admin/dashboard/_head.html.haml @@ -20,3 +20,7 @@ = link_to admin_builds_path, title: 'Builds' do %span Builds + = nav_link path: ['runners#index', 'runners#show'] do + = link_to admin_runners_path, title: 'Runners' do + %span + Runners -- cgit v1.2.1