Define breadcrumbs for TicketTeamR and TicketParticipantsR
This commit is contained in:
parent
7869af7334
commit
18e9c16afb
1 changed files with 6 additions and 0 deletions
|
@ -898,5 +898,11 @@ instance YesodBreadcrumbs App where
|
||||||
TicketReverseDepsR shr prj num -> ( "Dependants"
|
TicketReverseDepsR shr prj num -> ( "Dependants"
|
||||||
, Just $ TicketR shr prj num
|
, 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)
|
WikiPageR shr prj _page -> ("Wiki", Just $ ProjectR shr prj)
|
||||||
|
|
Loading…
Reference in a new issue