mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 12:04:53 +09:00
Define breadcrumbs for shared actor key routes
This commit is contained in:
parent
e6b7a5297a
commit
fb396bb984
1 changed files with 2 additions and 0 deletions
|
@ -708,6 +708,8 @@ instance YesodBreadcrumbs App where
|
|||
|
||||
InboxR -> ("Inbox", Nothing)
|
||||
OutboxR -> ("Outbox", Nothing)
|
||||
ActorKey1R -> ("Actor Key 1", Nothing)
|
||||
ActorKey2R -> ("Actor Key 2", Nothing)
|
||||
|
||||
HomeR -> ("Home", Nothing)
|
||||
ResendVerifyEmailR -> ( "Resend verification email"
|
||||
|
|
Loading…
Reference in a new issue