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/changelog.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'python/fatcat_web/templates/changelog.html') diff --git a/python/fatcat_web/templates/changelog.html b/python/fatcat_web/templates/changelog.html index 8b899d38..322f3e3b 100644 --- a/python/fatcat_web/templates/changelog.html +++ b/python/fatcat_web/templates/changelog.html @@ -7,9 +7,11 @@

Recent Changes
changelog

-Limited to the most recent entries. +

This is a feed of all the changes to the catalog, in the order that they are +accepted. Only the most recent entries are shown, but the API can be used to +inspect every change all the way back to the start. - +
Changelog
Index
Editgroup Description @@ -19,7 +21,7 @@ Limited to the most recent entries.
{{ entry.timestamp.strftime("%Y-%m-%d %H:%M:%S") }}
{% if entry.editgroup.editor.is_bot %} - + {% else %} {% endif %} @@ -28,10 +30,14 @@ Limited to the most recent entries.
- {{ entry.editgroup.editgroup_id }} + editgroup_{{ entry.editgroup.editgroup_id }}
{% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %}
+

+ As JSON via API +
+ {% endblock %} -- cgit v1.2.3