diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index 4595a3b..8ec8b52 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -898,5 +898,11 @@ instance YesodBreadcrumbs App where TicketReverseDepsR shr prj num -> ( "Dependants" , Just $ TicketR shr prj num ) + TicketParticipantsR shr prj num -> ( "Participants" + , Just $ TicketR shr prj num + ) + TicketTeamR shr prj num -> ( "Team" + , Just $ TicketR shr prj num + ) WikiPageR shr prj _page -> ("Wiki", Just $ ProjectR shr prj)