From 668076105a975c2898c912c6259aa0189a7662a7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 12:10:54 -0700 Subject: reviewable view; improvments to editgroup views --- python/fatcat_web/templates/editor_editgroups.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'python/fatcat_web/templates/editor_editgroups.html') diff --git a/python/fatcat_web/templates/editor_editgroups.html b/python/fatcat_web/templates/editor_editgroups.html index cb9b2f56..7643981f 100644 --- a/python/fatcat_web/templates/editor_editgroups.html +++ b/python/fatcat_web/templates/editor_editgroups.html @@ -1,25 +1,31 @@ {% extends "base.html" %} {% block body %} -

Editor Changelog: {{ editor.username }} +

Edit History

-

Changes accepted (aka, merged editgroups): - {# {% for editgroup in editgroups %} - {#
Created (UTC) +
Created (UTC) #} + Status Editgroup - Editor Description
{{ editgroup.created }} +
{{ editgroup.created }} #} + {% if editgroup.changelog_index %} + Merged
(#{{ editgroup.changelog_index }}) + {% elif editgroup.submitted %} + Submitted
({{ editgroup.submitted }}) + {% else %} + Work in Progress + {% endif %}
{{ editgroup.editgroup_id }} - {{ editgroup.editor_id }} {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %}
-- cgit v1.2.3