2015-09-11 13:25:53 -04:00
|
|
|
%ul.nav.nav-sidebar
|
|
|
|
= nav_link do
|
2015-09-18 04:28:50 -04:00
|
|
|
= link_to admin_root_path, title: 'Back to admin', data: {placement: 'right'}, class: 'back-link' do
|
2015-09-11 13:25:53 -04:00
|
|
|
= icon('caret-square-o-left fw')
|
|
|
|
%span
|
2015-09-18 04:28:50 -04:00
|
|
|
Back to admin
|
2015-09-11 13:25:53 -04:00
|
|
|
|
|
|
|
%li.separate-item
|
2015-08-26 20:58:16 -04:00
|
|
|
= nav_link path: 'projects#index' do
|
2015-08-25 21:42:46 -04:00
|
|
|
= link_to ci_admin_projects_path do
|
2015-09-21 09:04:30 -04:00
|
|
|
= icon('list-alt fw')
|
2015-08-25 21:42:46 -04:00
|
|
|
Projects
|
2015-08-26 20:58:16 -04:00
|
|
|
= nav_link path: 'events#index' do
|
2015-08-25 21:42:46 -04:00
|
|
|
= link_to ci_admin_events_path do
|
2015-09-21 09:04:30 -04:00
|
|
|
= icon('book fw')
|
2015-08-25 21:42:46 -04:00
|
|
|
Events
|
2015-09-14 07:58:38 -04:00
|
|
|
= nav_link path: ['runners#index', 'runners#show'] do
|
2015-08-25 21:42:46 -04:00
|
|
|
= link_to ci_admin_runners_path do
|
2015-09-21 09:04:30 -04:00
|
|
|
= icon('cog fw')
|
2015-08-25 21:42:46 -04:00
|
|
|
Runners
|
|
|
|
%small.pull-right
|
|
|
|
= Ci::Runner.count(:all)
|
2015-08-26 20:58:16 -04:00
|
|
|
= nav_link path: 'builds#index' do
|
2015-08-25 21:42:46 -04:00
|
|
|
= link_to ci_admin_builds_path do
|
2015-09-21 09:04:30 -04:00
|
|
|
= icon('link fw')
|
2015-08-25 21:42:46 -04:00
|
|
|
Builds
|
|
|
|
%small.pull-right
|
|
|
|
= Ci::Build.count(:all)
|
|
|
|
= nav_link(controller: :application_settings, html_options: { class: 'separate-item'}) do
|
|
|
|
= link_to ci_admin_application_settings_path do
|
2015-09-21 09:04:30 -04:00
|
|
|
= icon('cogs fw')
|
2015-08-25 21:42:46 -04:00
|
|
|
%span
|
|
|
|
Settings
|