From 66bbfc7f117135492d60c9e331ba347e5f2a2155 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 2 Apr 2015 16:31:05 -0700 Subject: Put webhooks and service navs together for consistency with GitLab --- app/views/layouts/_nav_project.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/_nav_project.html.haml b/app/views/layouts/_nav_project.html.haml index 5348924..4f3e3b3 100644 --- a/app/views/layouts/_nav_project.html.haml +++ b/app/views/layouts/_nav_project.html.haml @@ -8,10 +8,6 @@ = link_to project_charts_path(@project) do %i.icon-bar-chart Charts - = nav_link path: 'web_hooks#index' do - = link_to project_web_hooks_path(@project) do - %i.icon-link - Web Hooks = nav_link path: 'runners#index' do = link_to project_runners_path(@project) do %i.icon-cog @@ -20,6 +16,10 @@ = link_to project_jobs_path(@project) do %i.icon-code Jobs + = nav_link path: 'web_hooks#index' do + = link_to project_web_hooks_path(@project) do + %i.icon-link + Web Hooks = nav_link path: 'services#index' do = link_to project_services_path(@project) do %i.icon-gear -- cgit v1.2.1