Show the date/time of the current/most up to date version

This commit is contained in:
Leigh Morresi
2021-02-02 16:36:03 +01:00
parent f1c2ece32f
commit c4197a5045
2 changed files with 7 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ def diff_history_page(uuid):
previous=previous_version_file_contents,
extra_stylesheets=extra_stylesheets,
versions=dates[1:],
newest_version_timestamp=dates[0],
current_previous_version=str(previous_version),
current_diff_url=watch['url'])