mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 15:24:51 +09:00
Fix breadcrumb of TicketMessageR
This commit is contained in:
parent
25a8ea6b8b
commit
6bba8ff47f
1 changed files with 2 additions and 2 deletions
|
@ -837,9 +837,9 @@ instance YesodBreadcrumbs App where
|
||||||
TicketDiscussionR shar proj num -> ( "Discussion"
|
TicketDiscussionR shar proj num -> ( "Discussion"
|
||||||
, Just $ TicketR shar proj num
|
, Just $ TicketR shar proj num
|
||||||
)
|
)
|
||||||
TicketMessageR shar proj t c -> ( T.pack $ '#' : show c
|
TicketMessageR shr prj num mkhid -> ( "#" <> keyHashidText mkhid
|
||||||
, Just $
|
, Just $
|
||||||
TicketDiscussionR shar proj t
|
TicketDiscussionR shr prj num
|
||||||
)
|
)
|
||||||
TicketTopReplyR shar proj num -> ( "New topic"
|
TicketTopReplyR shar proj num -> ( "New topic"
|
||||||
, Just $
|
, Just $
|
||||||
|
|
Loading…
Reference in a new issue