From 28439b023605d60c120e94c982be998ad2d7aec9 Mon Sep 17 00:00:00 2001
From: fr33domlover <fr33domlover@riseup.net>
Date: Sat, 19 Jan 2019 02:20:49 +0000
Subject: [PATCH] Add InboxR to breadcrumbs instance, I always forget and it
 causes errors

---
 src/Vervis/Foundation.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs
index a9f34c7..a95501e 100644
--- a/src/Vervis/Foundation.hs
+++ b/src/Vervis/Foundation.hs
@@ -633,6 +633,8 @@ instance YesodBreadcrumbs App where
         FaviconR                         -> ("", Nothing)
         RobotsR                          -> ("", Nothing)
 
+        InboxR                           -> ("Inbox", Nothing)
+
         HomeR                            -> ("Home", Nothing)
         ResendVerifyEmailR               -> ( "Resend verification email"
                                             , Nothing