Placeholder
authorMagnus Hagander <magnus@hagander.net>
Sat, 20 Jul 2013 21:19:53 +0000 (23:19 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 20 Jul 2013 21:19:53 +0000 (23:19 +0200)
pgcommitfest/commitfest/templates/commitfest.html

index 946560bc394c4d6bbb7102d146364207d80454d1..ae2f3ae1aed38c510b62034021e2d6a001623725 100644 (file)
    <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>