diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 19:40:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 19:40:07 -0700 |
commit | 855f2c44de8a900766bdc1f80fb8d3b54e0871e9 (patch) | |
tree | f53bc5da87fc78e8586fbe93a20992539d64537f /python/fatcat_web/templates/editor_view.html | |
parent | ca59441dab7bd99645c98c03dceb314c5d9fae5d (diff) | |
download | fatcat-855f2c44de8a900766bdc1f80fb8d3b54e0871e9.tar.gz fatcat-855f2c44de8a900766bdc1f80fb8d3b54e0871e9.zip |
editor-specific annotation view
Diffstat (limited to 'python/fatcat_web/templates/editor_view.html')
-rw-r--r-- | python/fatcat_web/templates/editor_view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/editor_view.html b/python/fatcat_web/templates/editor_view.html index 000922c0..c62f8d93 100644 --- a/python/fatcat_web/templates/editor_view.html +++ b/python/fatcat_web/templates/editor_view.html @@ -8,5 +8,6 @@ </h1> <p><b><a href="/editor/{{ editor.editor_id }}/editgroups">Edit History</a></b> +<p><b><a href="/editor/{{ editor.editor_id }}/annotations">Comments and Annotation History</a></b> {% endblock %} |