From fd2394344a5071a0b41d6a780eba19976efbcff0 Mon Sep 17 00:00:00 2001 From: hernani Date: Sat, 26 Jun 2010 18:31:13 +0000 Subject: [PATCH] Adds diamonds to comments too. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@449 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/node/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index 71b454a..f2646a2 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -22,7 +22,7 @@ class="ajax-command comment-delete" rel="nofollow"> {% endif %} ({% diff_date comment.added_at %}) - {{comment.user}} + {{comment.user.decorated_name}} {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} -- 2.39.5