From 2f65291ef15bd4d6a49c38f8809f64184b52a727 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 3 Nov 2013 10:57:54 +0000 Subject: [PATCH] Fix committer field in the commit view The commit view shows the author information in the committer field; this patch fixes it by showing the appropriate fields. Signed-off-by: Alberto Bertogli --- views/commit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/commit.html b/views/commit.html index bc3119c..1ddc4d8 100644 --- a/views/commit.html +++ b/views/commit.html @@ -22,10 +22,10 @@ {{c.author_date.utc}} UTC committer - {{c.author_name}} -
- - {{c.author_date.utc}} UTC + {{c.committer_name}} +
+ + {{c.committer_date.utc}} UTC % for p in c.parents: parent