From 1630922376080efd42469a99e4b4836ea9d00228 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 13 Jun 2019 17:48:55 -0700 Subject: more UI tweaking --- python/fatcat_web/templates/entity_history.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 2079b464..c9f45d84 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -26,8 +26,11 @@ This table only shows merged edits, not work-in-progress.
- {{ entry.editgroup.editgroup_id }} + editgroup_{{ entry.editgroup.editgroup_id }} + + [view] + {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %} -- cgit v1.2.3