diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 18:43:21 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 18:43:21 -0700 | 
| commit | 4f0be9ae6447073ffe252376d88228083f01f837 (patch) | |
| tree | 01bb86a88c0db795ecbba6e7b52eec793a892d2b /python | |
| parent | 8a130e1000a2b49cbfb571ae0b74f0ec8577e9fe (diff) | |
| download | fatcat-4f0be9ae6447073ffe252376d88228083f01f837.tar.gz fatcat-4f0be9ae6447073ffe252376d88228083f01f837.zip | |
use new editor username in changelog view
Diffstat (limited to 'python')
| -rw-r--r-- | python/fatcat_web/templates/changelog.html | 6 | 
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 }}"> | 
