aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-14 18:43:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-14 18:43:21 -0700
commit4f0be9ae6447073ffe252376d88228083f01f837 (patch)
tree01bb86a88c0db795ecbba6e7b52eec793a892d2b /python/fatcat_web
parent8a130e1000a2b49cbfb571ae0b74f0ec8577e9fe (diff)
downloadfatcat-4f0be9ae6447073ffe252376d88228083f01f837.tar.gz
fatcat-4f0be9ae6447073ffe252376d88228083f01f837.zip
use new editor username in changelog view
Diffstat (limited to 'python/fatcat_web')
-rw-r--r--python/fatcat_web/templates/changelog.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/changelog.html b/python/fatcat_web/templates/changelog.html
index 7d5505bc..c8b4c030 100644
--- a/python/fatcat_web/templates/changelog.html
+++ b/python/fatcat_web/templates/changelog.html
@@ -15,15 +15,13 @@ Limited to the most recent entries.
<tr><td><a href="/changelog/{{ entry.index }}">#{{ entry.index }}</a>
<br>{{ entry.timestamp.strftime("%Y-%m-%d %H:%M:%S") }}
<td>
- {#
{% if entry.editgroup.editor.is_bot %}
<i class="icon bug"></i>
{% else %}
<i class="icon user"></i>
{% endif %}
- #}
- Editor: <code><a href="/editor/{{ entry.editgroup.editor_id }}">
- {{ entry.editgroup.editor_id[:8] }}...</a>
+ <code><a href="/editor/{{ entry.editgroup.editor_id }}">
+ {{ entry.editgroup.editor.username }}</a>
</a></code>
<br>
<small><code><a href="/editgroup/{{ entry.editgroup.editgroup_id }}">