Skip to content

Commit

Permalink
Add Monitor breadcrumb for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Dec 6, 2018
1 parent 6f68d93 commit 615e900
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- if current_page?(project_show_path(@project))
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Overview
- elsif current_page?(project_monitor_path(@project))
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Monitor
- elsif current_page?(project_requests_path(@project))
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Requests
Expand Down

0 comments on commit 615e900

Please sign in to comment.