aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-07-23 17:49:48 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-07-23 17:49:48 -0700
commit5fde5d74738ce3c834248c12bae1860840a1287a (patch)
tree7ae7f64edf8e2ccaf46f2978ab27850179ccca19 /python/fatcat_web/templates/entity_base.html
parent1125eddcac0c9b2673dbfb1f62bb0fa9b1ab4054 (diff)
downloadfatcat-5fde5d74738ce3c834248c12bae1860840a1287a.tar.gz
fatcat-5fde5d74738ce3c834248c12bae1860840a1287a.zip
refs: change mind about URL structure again
Diffstat (limited to 'python/fatcat_web/templates/entity_base.html')
-rw-r--r--python/fatcat_web/templates/entity_base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html
index 78a151a0..52acd70a 100644
--- a/python/fatcat_web/templates/entity_base.html
+++ b/python/fatcat_web/templates/entity_base.html
@@ -86,8 +86,8 @@
{% elif entity_type == "release" and entity.state != 'deleted' %}
{{ entity_tab("contribs", "Authors", "/contribs", entity._authors|count ) }}
{% if entity.state == 'active' %}
- {{ entity_tab("refs-out", "References", "/refs/out") }}
- {{ entity_tab("refs-in", "Cited By", "/refs/in") }}
+ {{ entity_tab("refs-out", "References", "/refs-out") }}
+ {{ entity_tab("refs-in", "Cited By", "/refs-in") }}
{% endif %}
{% endif %}
{{ entity_tab("metadata", "Metadata", "/metadata") }}