From fb396bb9849744aaca17b6e84dbdc96515f694a6 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 14 Feb 2019 22:17:04 +0000 Subject: [PATCH] Define breadcrumbs for shared actor key routes --- src/Vervis/Foundation.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index d7495f9..c075e97 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -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"