diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
commit | 1630922376080efd42469a99e4b4836ea9d00228 (patch) | |
tree | 321cfb9f7dac3807efeb3081243bc640df0afc46 /python/fatcat_web/templates/entity_history.html | |
parent | 16126c5901c435ea6610eff8b7211226c6f125d5 (diff) | |
download | fatcat-1630922376080efd42469a99e4b4836ea9d00228.tar.gz fatcat-1630922376080efd42469a99e4b4836ea9d00228.zip |
more UI tweaking
Diffstat (limited to 'python/fatcat_web/templates/entity_history.html')
-rw-r--r-- | python/fatcat_web/templates/entity_history.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_history.html b/python/fatcat_web/templates/entity_history.html index 2079b464..c9f45d84 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -26,8 +26,11 @@ This table only shows <i>merged</i> edits, not work-in-progress. </a></code> <br> <small><code><a href="/editgroup/{{ entry.editgroup.editgroup_id }}"> - {{ entry.editgroup.editgroup_id }} + editgroup_{{ entry.editgroup.editgroup_id }} </a></code></small> + <a href="/editgroup/{{ entry.editgroup.editgroup_id }}/{{ entity_type }}/{{ entry.edit.ident }}"> + [view] + </a> <td>{% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %} </table> |