From 425a26f642fafe014b2d08b18ad6528e57ef0225 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 29 Jun 2011 07:24:05 +0200 Subject: [PATCH] Include number of posts and replies in Sone view. --- src/main/resources/i18n/sone.en.properties | 2 ++ src/main/resources/static/css/sone.css | 6 +++++- src/main/resources/templates/include/viewSone.html | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 4c36d4e..bdca294 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -223,6 +223,8 @@ View.CreateSone.Text.Error.NoIdentity=You have not selected an identity. View.Sone.Label.LastUpdate=Last update: View.Sone.Text.UnknownDate=unknown +View.Sone.Stats.Posts={0,number} {0,choice,0#posts|1#post|1⬈
✔
<%= View.Sone.Label.LastUpdate|l10n|html> "><%sone.lastUpdatedText|html>
- +
+ +
(<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>)
+
<% sone.requestUri|substring start=4 length=43|html>
<%if sone.local> -- 2.7.4