From 5f9b780b97ec2bc6ae7552030e3eaafe83dbd0f8 Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 2 Jun 2017 22:05:41 +0200 Subject: [PATCH] Put notification count in () (#884) It was an ugly "Notifications 0" before, now it will be "Notifications (0)" --- templates/_badgemenu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_badgemenu.html b/templates/_badgemenu.html index e4b692a1..9fe277ff 100644 --- a/templates/_badgemenu.html +++ b/templates/_badgemenu.html @@ -8,7 +8,7 @@
{{call $.T "profile"}} - {{ call $.T "my_notifications"}} {{ .GetUnreadNotifications }} + {{ call $.T "my_notifications"}} ({{ .GetUnreadNotifications }}) {{call $.T "settings"}} {{if HasAdmin . }}{{call $.T "moderation"}}{{end}} {{ call $.T "sign_out"}}