diff options
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 428c0a5..4bfb6ab 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -27,6 +27,10 @@ <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 %} <div style="margin-bottom: 3px;">{{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span></div> |