diff options
author | Magnus Hagander | 2013-07-20 21:19:53 +0000 |
---|---|---|
committer | Magnus Hagander | 2013-07-20 21:19:53 +0000 |
commit | 0dadc5bcda3ebe51bb938b5944473776ba77d102 (patch) | |
tree | 003dc4247277390f076c390dd33bb3452e13ca0c | |
parent | b6f1afa4f3ff72b737c510a23dac2b7fa04ace05 (diff) |
Placeholder
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 946560b..ae2f3ae 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -46,20 +46,22 @@ <th>Author</th> <th>Reviewers</th> <th>Last act</th> + <th>Last mail</th> </tr> </thead> <tbody> {%endifchanged%} {%ifchanged p.topic%} - <tr><th colspan="5">{{p.topic}}</th></tr> + <tr><th colspan="6">{{p.topic}}</th></tr> {%endifchanged%} <tr> <td><a href="{{p.id}}/">{{p}}</a></td> <td><span class="label">{{p.status|patchstatusstring}}</span></td> <td>{{p.author_names|default:''}}</td> <td>{{p.reviewer_names|default:''}}</td> - <td style="white-space: nowrap;">{{p.modified}}</td> + <td style="white-space: nowrap;">{{p.modified|date:"Y-m-d"}}<br/>{{p.modified|date:"H:i"}}</td> + <td>What?</td> </tr> {%endfor%} </tbody> |