From d280b1b4fdc57bfd4c0c9cb56fd836d2ae80dbb5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 26 Feb 2021 10:29:57 -0800 Subject: web: generic view improvements (entities, lists) --- python/fatcat_web/templates/entity_history.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 c9f45d84..0115b845 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -3,9 +3,9 @@ {% block entity_main %} -

Edit History

+

Entity Edit History

-This table only shows merged edits, not work-in-progress. +This table only shows accepted edits included in the catalog, not any work-in-progress.
Changelog @@ -17,7 +17,7 @@ This table only shows merged edits, not work-in-progress.
{{ entry.changelog_entry.timestamp.strftime("%Y-%m-%d %H:%M") }}
{% if entry.editgroup.editor.is_bot %} - + {% else %} {% endif %} @@ -34,5 +34,9 @@ This table only shows merged edits, not work-in-progress. {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %}
+
+ As JSON via API +
+ {% endblock %} -- cgit v1.2.3