Add InboxR to breadcrumbs instance, I always forget and it causes errors

This commit is contained in:
fr33domlover 2019-01-19 02:20:49 +00:00
parent e4153fc909
commit 28439b0236

View file

@ -633,6 +633,8 @@ instance YesodBreadcrumbs App where
FaviconR -> ("", Nothing) FaviconR -> ("", Nothing)
RobotsR -> ("", Nothing) RobotsR -> ("", Nothing)
InboxR -> ("Inbox", Nothing)
HomeR -> ("Home", Nothing) HomeR -> ("Home", Nothing)
ResendVerifyEmailR -> ( "Resend verification email" ResendVerifyEmailR -> ( "Resend verification email"
, Nothing , Nothing