In default layout template, fix typo in display of notification count

This commit is contained in:
fr33domlover 2019-05-25 22:28:21 +00:00
parent 70d51faa70
commit 7869af7334

View file

@ -24,7 +24,7 @@ $maybe (Entity _pid person, verified, sharer, unread) <- mperson
it. Or <a href=@{AuthR LogoutR}>Log out.
$if unread > 0
<a href=@{NotificationsR $ sharerIdent sharer}>
🔔${unread}
🔔#{unread}
$nothing
<div>
You are not logged in.