From 4d3812fc35b9e0f83459c41a154aeeaa448589ad Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 25 Feb 2009 14:36:08 +0100 Subject: [PATCH] Fixed issue 135, anonymous author on source/commit/[hash]/ --- src/IDF/templates/idf/source/commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/source/commit.html b/src/IDF/templates/idf/source/commit.html index 035e8ca..56e8ac1 100644 --- a/src/IDF/templates/idf/source/commit.html +++ b/src/IDF/templates/idf/source/commit.html @@ -7,7 +7,7 @@ {trans 'Date:'}{$cobject.date|date:"%Y-%m-%d %H:%M:%S"} ({$cobject.date|dateago}) -{trans 'Author:'}{showuser $rcommit.get_author(), $request} +{trans 'Author:'}{showuser $rcommit.get_author(), $request, $cobject.author} {trans 'Commit:'}{$cobject.commit}