From 8495806d3534f4ecfb3329e62356c82998cd0f69 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 24 May 2014 12:41:14 -0400 Subject: [PATCH] Add committer to main table, per req from Simon --- pgcommitfest/commitfest/templates/commitfest.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 2738d84..b084962 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -51,6 +51,7 @@ Status Author Reviewers + Committer {%if p.is_open%}Latest activity{%if sortkey = 1%}
{%endif%}{%else%}Latest activity{%endif%} {%if p.is_open%}Latest mail{%if sortkey = 2%}
{%endif%}{%else%}Latest mail{%endif%} {%if user.is_staff%} @@ -71,6 +72,7 @@ {{p.status|patchstatusstring}} {{p.author_names|default:''}} {{p.reviewer_names|default:''}} + {{p.committer|default:''}}

{{p.modified|date:"Y-m-d"}}
{{p.modified|date:"H:i"}} {{p.lastmail|date:"Y-m-d"}}
{{p.lastmail|date:"H:i"}} {%if user.is_staff%} -- 2.39.5