Include latest email sent time in the patch overview
authorMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 10:40:32 +0000 (12:40 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 10:40:32 +0000 (12:40 +0200)
pgcommitfest/commitfest/templates/patch.html

index 428c0a5d8e43f2996212ca9000fc89d95b739292..4bfb6ab63040476843cc81109ab65ecae7818b1a 100644 (file)
       <th style="white-space: nowrap;">Last modified</th>
       <td>{{patch.modified}} ({{patch.modified|timesince}} ago)</td>
     </tr>
+    <tr>
+      <th style="white-space: nowrap;">Latest email</th>
+      <td>{{patch.lastmail}} ({{patch.lastmail|timesince}} ago)</td>
+    </tr>
     <tr>
       <th>Status</th>
       <td>{%for c in patch_commitfests %}