diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-15 23:48:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-07-23 10:55:09 -0700 |
commit | 570074b514259bf6345c376faea8128f279bd0b4 (patch) | |
tree | a57b73747cb89c79f3cba6fec1183ff6cf95b0eb /python/fatcat_web/templates/release_view_fuzzy_refs.html | |
parent | 314aba35d06eb80be0c5ffc068774bb9bca38e76 (diff) | |
download | fatcat-570074b514259bf6345c376faea8128f279bd0b4.tar.gz fatcat-570074b514259bf6345c376faea8128f279bd0b4.zip |
web: inbound/outbound refs as links (temporarily); change URL names
Diffstat (limited to 'python/fatcat_web/templates/release_view_fuzzy_refs.html')
-rw-r--r-- | python/fatcat_web/templates/release_view_fuzzy_refs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_view_fuzzy_refs.html b/python/fatcat_web/templates/release_view_fuzzy_refs.html index bc1fa171..9ceb6060 100644 --- a/python/fatcat_web/templates/release_view_fuzzy_refs.html +++ b/python/fatcat_web/templates/release_view_fuzzy_refs.html @@ -1,5 +1,5 @@ {% set release = entity %} -{% set entity_view = "references" %} +{% set entity_view = "{{ direction }}-refs" %} {% set entity_type = "release" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} |