diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-14 14:02:16 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-14 14:02:16 +0200 |
commit | d0b9a6fca2e73277c8a8e64c9a5f1e7cc02f0570 (patch) | |
tree | 07d792d436c7dcf895760b36d38258e36daf93f4 | |
parent | 81560ab259b07a65fd1bf9b51cff2e1dd1ea2974 (diff) | |
download | gitlab-ce-d0b9a6fca2e73277c8a8e64c9a5f1e7cc02f0570.tar.gz |
Make commits to hover when going to commits and builds
-rw-r--r-- | app/views/layouts/ci/_nav_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/ci/_nav_project.html.haml b/app/views/layouts/ci/_nav_project.html.haml index ded60e4bf38..2d9897fa864 100644 --- a/app/views/layouts/ci/_nav_project.html.haml +++ b/app/views/layouts/ci/_nav_project.html.haml @@ -1,5 +1,5 @@ %ul.nav.nav-sidebar - = nav_link path: 'projects#show' do + = nav_link path: ['projects#show', 'commits#show', 'builds#show'] do = link_to ci_project_path(@project) do %i.fa.fa-list-alt %span |