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/base.html | |
| parent | ca59441dab7bd99645c98c03dceb314c5d9fae5d (diff) | |
| download | fatcat-855f2c44de8a900766bdc1f80fb8d3b54e0871e9.tar.gz fatcat-855f2c44de8a900766bdc1f80fb8d3b54e0871e9.zip | |
editor-specific annotation view
Diffstat (limited to 'python/fatcat_web/templates/base.html')
| -rw-r--r-- | python/fatcat_web/templates/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index fa5f8f7f..dda905e0 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -59,8 +59,8 @@        <div class="ui simple dropdown item">        {{ current_user.username }} <i class="dropdown icon"></i>          <div class="menu"> -          {# <a class="item" href="#"><i class="edit icon"></i>Edits in Progress</a> #}            <a class="item" href="/editor/{{ current_user.editor_id }}/editgroups"><i class="history icon"></i>Edit History</a> +          <a class="item" href="/editor/{{ current_user.editor_id }}/annotations"><i class="edit icon"></i>Comment History</a>            <div class="divider"></div>            <a class="item" href="/auth/account"><i class="settings icon"></i>Account</a>            <a class="item" href="/auth/logout"><i class="sign out icon"></i>Logout</a> | 
