Skip to content

Commit

Permalink
wth - add breadcrumb to show path (additional details)
Browse files Browse the repository at this point in the history
I added a breadcrumb to show the organization path of the service on the
additional details pages. [#136752809]
  • Loading branch information
William Holt committed Jan 3, 2017
1 parent 51fd9b1 commit 5f7bbbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/additional_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

%body
= render 'additional_details/shared/navbar'
%ol.breadcrumb
= display_organization_tree(@service.organization)
.container
.flash
= render "shared/flash"
Expand Down

0 comments on commit 5f7bbbc

Please sign in to comment.