diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 12:10:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 12:10:54 -0700 |
commit | 668076105a975c2898c912c6259aa0189a7662a7 (patch) | |
tree | 1cc55bf5e0927704f4698cb1769e06a82a1b841e /python/fatcat_web/templates/base.html | |
parent | 681135eff787493d786c1e50f52e3125c06e0d97 (diff) | |
download | fatcat-668076105a975c2898c912c6259aa0189a7662a7.tar.gz fatcat-668076105a975c2898c912c6259aa0189a7662a7.zip |
reviewable view; improvments to editgroup views
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r-- | python/fatcat_web/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index fcd7ccdf..37641c90 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 }}/changelog"><i class="history icon"></i>History</a> + {# <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> <div class="divider"></div> <a class="item" href="/auth/account"><i class="user icon"></i>Account</a> <a class="item" href="/auth/logout"><i class="sign out icon"></i>Logout</a> |