From 6b2d5db77b3e17ab1eccec9483cfe1659ae56fa0 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 16 Sep 2020 22:38:08 -0700 Subject: include per-relay family link in effective family pages --- 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 25b49fc..dca3d9a 100644 --- a/tor-metrics/templates/relay-list.html +++ b/tor-metrics/templates/relay-list.html @@ -33,7 +33,7 @@ {% endif %} - {% if key != 'family' and relay['effective_family']|length > 1 %} + {% if relay['effective_family']|length > 1 %} {{ relay['nickname']|truncate(10)|escape }} ({{ relay['effective_family']|length }}) {% else %} {{ relay['nickname']|truncate(15)|escape }} -- cgit v1.2.3-54-g00ecf