diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 31d971d1..05f61829 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -124,7 +124,7 @@

{{p.is_open|yesno:"Active patches,Closed patches"}}

{{p.reviewer_names|default:''}} {{p.committer|default:''}} {{p.num_cfs}} - {{p.lastmail|date:"Y-m-d"}}
{{p.lastmail|date:"H:i"}} + {%if p.lastmail %}{{p.lastmail|timesince}} ago{%endif%} {%if user.is_staff%} Author
Reviewer {%endif%}