From 065d812dc48237a7e6b633067b96b24a81e60bf8 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 15 Aug 2013 11:39:18 +0000 Subject: Cosmetics on the user profile --- hyperkitty/templates/fragments/user_subscriptions.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/fragments/user_subscriptions.html b/hyperkitty/templates/fragments/user_subscriptions.html index ef661c2..a51cf44 100644 --- a/hyperkitty/templates/fragments/user_subscriptions.html +++ b/hyperkitty/templates/fragments/user_subscriptions.html @@ -6,7 +6,7 @@ List - Time of first activity + Time since the first activity First post Posts to this list Votes @@ -20,10 +20,13 @@ {% if sub.first_post %} - {{ sub.first_post|get_date|date:"l, j F Y H:i:s" }} - {{ sub.first_post|get_date|timesince }} + + {{ sub.first_post|get_date|timesince }} + + + {{ sub.first_post.subject }} - {{ sub.first_post.subject }} {{ sub.posts_count }} post{{ sub.posts_count|pluralize }} +{{ sub.likes }}/-{{ sub.dislikes }} {% else %} -- cgit