From e37e823ba6a9cf04e493fdda4df97a002efc8270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 1 Jul 2011 22:40:43 +0200 Subject: [PATCH] Show number of posts and replies in Sone menu. --- src/main/resources/templates/include/soneMenu.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 85e5639..49237ba 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -6,6 +6,7 @@ <%sone.niceName|html> (<% =View.Post.WebOfTrustLink|l10n|html>) +
<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>
<%if !sone.local>
<%= View.Sone.Button.FollowSone|l10n|html> -- 2.7.4