aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/relay-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/relay-list.html')
-rw-r--r--allium/templates/relay-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index 6698755..16be960 100644
--- a/allium/templates/relay-list.html
+++ b/allium/templates/relay-list.html
@@ -38,12 +38,12 @@ round(2, 'common'), 'KB/s') -%}{% endif -%}
{% if relay['effective_family']|length > 1 -%}
<td title="{{ relay['nickname']|escape }}"><a href="{{ path_prefix }}relay/{{
-relay['fingerprint']|escape }}.html">{{ relay['nickname']|truncate(10)|escape
+relay['fingerprint']|escape }}.html">{{ relay['nickname']|truncate(8)|escape
}}</a> (<a href="{{ path_prefix }}family/{{ relay['fingerprint']|escape }}/">{{
relay['effective_family']| length }}</a>)</td>
{% else -%}
<td title="{{ relay['nickname']|escape }}"><a href="{{ path_prefix}}relay/{{
-relay['fingerprint']|escape }}.html">{{ relay['nickname']|truncate(15)|escape
+relay['fingerprint']|escape }}.html">{{ relay['nickname']|truncate(10)|escape
}}</a></td>
{% endif -%}