aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view_fuzzy_refs.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-04-15 23:48:06 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-07-23 10:55:09 -0700
commit570074b514259bf6345c376faea8128f279bd0b4 (patch)
treea57b73747cb89c79f3cba6fec1183ff6cf95b0eb /python/fatcat_web/templates/release_view_fuzzy_refs.html
parent314aba35d06eb80be0c5ffc068774bb9bca38e76 (diff)
downloadfatcat-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.html2
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" %}