Add committer to main table, per req from Simon
authorMagnus Hagander <magnus@hagander.net>
Sat, 24 May 2014 16:41:14 +0000 (12:41 -0400)
committerMagnus Hagander <magnus@hagander.net>
Sat, 24 May 2014 16:41:14 +0000 (12:41 -0400)
pgcommitfest/commitfest/templates/commitfest.html

index 2738d846860674bcaa8d2fe41d2c040a9afe8932..b0849628abbf3831daa5fe41d1b17b0c5b651f38 100644 (file)
@@ -51,6 +51,7 @@
    <th>Status</th>
    <th>Author</th>
    <th>Reviewers</th>
+   <th>Committer</th>
    <th>{%if p.is_open%}<a href="#" style="color:#333333;" onclick="return sortpatches(1);">Latest activity</a>{%if sortkey = 1%}<div style="float:right;"><i class="icon-arrow-down"></i></div>{%endif%}{%else%}Latest activity{%endif%}</th>
    <th>{%if p.is_open%}<a href="#" style="color:#333333;" onclick="return sortpatches(2);">Latest mail</a>{%if sortkey = 2%}<div style="float:right;"><i class="icon-arrow-down"></i></div>{%endif%}{%else%}Latest mail{%endif%}</th>
 {%if user.is_staff%}
@@ -71,6 +72,7 @@
    <td><span class="label label-default">{{p.status|patchstatusstring}}</span></td>
    <td>{{p.author_names|default:''}}</td>
    <td>{{p.reviewer_names|default:''}}</td>
+   <td>{{p.committer|default:''}}</p>
    <td style="white-space: nowrap;">{{p.modified|date:"Y-m-d"}}<br/>{{p.modified|date:"H:i"}}</td>
    <td style="white-space: nowrap;">{{p.lastmail|date:"Y-m-d"}}<br/>{{p.lastmail|date:"H:i"}}</td>
 {%if user.is_staff%}