diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index 2fec5e8..d1744f9 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -71,14 +71,14 @@ Author {{ diff_commits[loop.index - 1].author.name }} {{ '<' + diff_commits[loop.index - 1].author.email + '>' }} - - {{ diff_commits[loop.index - 1].commit_time }} + - {{ diff_commits[loop.index - 1].commit_time | format_ts }} Committer {{ diff_commits[loop.index - 1].committer.name }} {{ '<' + diff_commits[loop.index - 1].committer.email + '>' }} - - {{ diff_commits[loop.index - 1].commit_time }} + - {{ diff_commits[loop.index - 1].commit_time | format_ts }}