1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 09:34:51 +09:00

Fix breadcrumb of TicketMessageR

This commit is contained in:
fr33domlover 2019-05-05 21:02:26 +00:00
parent 25a8ea6b8b
commit 6bba8ff47f

View file

@ -837,9 +837,9 @@ instance YesodBreadcrumbs App where
TicketDiscussionR shar proj num -> ( "Discussion"
, Just $ TicketR shar proj num
)
TicketMessageR shar proj t c -> ( T.pack $ '#' : show c
TicketMessageR shr prj num mkhid -> ( "#" <> keyHashidText mkhid
, Just $
TicketDiscussionR shar proj t
TicketDiscussionR shr prj num
)
TicketTopReplyR shar proj num -> ( "New topic"
, Just $