diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html +++ b/kallithea/templates/pullrequests/pullrequest_data.html @@ -14,7 +14,7 @@ ${_('Title')} ${_('Author')} - ${_('Date')} + ${_('Age')} ${_('From')} ${_('To')} @@ -54,7 +54,9 @@ ${pr.author.username_and_name} - ${h.fmt_date(pr.created_on)} + + ${h.age(pr.created_on)} + <% org_ref_name=pr.org_ref.rsplit(':', 2)[-2] %>