Add InboxR to breadcrumbs instance, I always forget and it causes errors
This commit is contained in:
parent
e4153fc909
commit
28439b0236
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue