diff options
-rw-r--r-- | app/views/layouts/_nav_project.html.haml | 8 |
1 files 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 |