From de6108bce532510057898040689349b8f4cd3846 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 Feb 2019 17:07:51 -0800 Subject: band-aid editgroups/changelog views a bit Commiting fixes from last week. --- python/fatcat_web/templates/entity_history.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'python/fatcat_web/templates/entity_history.html') diff --git a/python/fatcat_web/templates/entity_history.html b/python/fatcat_web/templates/entity_history.html index 57818179..102fb1b5 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -9,20 +9,20 @@ -

Fatcat Metadata Edit History

+

Edit History

+ +This table only shows merged edits, not work-in-progress. - {% for entry in history %}
Changelog
Index -
Timestamp (UTC) +
Changelog Editgroup - Editor Description
{{ entry.changelog_entry.index }} - {{ entry.changelog_entry.timestamp }} - {{ entry.editgroup.editgroup_id }} - {{ entry.editgroup.editor_id }} +
{{ entry.changelog_entry.timestamp.strftime("%Y-%m-%d %H:%M") }} +
{{ entry.editgroup.editgroup_id[:8] }}... by + editor_id {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %}
-- cgit v1.2.3