From: Magnus Hagander Date: Sat, 24 May 2014 16:41:14 +0000 (-0400) Subject: Add committer to main table, per req from Simon X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8495806d3534f4ecfb3329e62356c82998cd0f69;p=pgcommitfest2.git Add committer to main table, per req from Simon --- 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%}