From 4e84bf58fb07222f16af7cb43dafee917e617449 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 16 Sep 2020 22:05:33 -0700 Subject: relay effective family link should use that relay's fingerprint it's possible for relays to be effective members of multiple families --- tor-metrics/templates/relay-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor-metrics/templates/relay-list.html b/tor-metrics/templates/relay-list.html index 4281fef..25b49fc 100644 --- a/tor-metrics/templates/relay-list.html +++ b/tor-metrics/templates/relay-list.html @@ -34,7 +34,7 @@ {% endif %} {% if key != 'family' and relay['effective_family']|length > 1 %} - {{ relay['nickname']|truncate(10)|escape }} ({{ relay['effective_family']|length }}) + {{ relay['nickname']|truncate(10)|escape }} ({{ relay['effective_family']|length }}) {% else %} {{ relay['nickname']|truncate(15)|escape }} {% endif %} -- cgit v1.2.3-54-g00ecf