aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/as.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-03-29 00:29:47 -0700
committerJordan <me@jordan.im>2020-03-29 00:29:47 -0700
commite83d51740ef94d7eca890fa7d3cf8a22d567a4d9 (patch)
tree24d6bb2a3926560ed551f5793722432e20399317 /tor-metrics/templates/as.html
parent7b5448942cb7501aac960e98f73b7ee11a434517 (diff)
downloadallium-e83d51740ef94d7eca890fa7d3cf8a22d567a4d9.tar.gz
allium-e83d51740ef94d7eca890fa7d3cf8a22d567a4d9.zip
header text: consisting of -> with
Diffstat (limited to 'tor-metrics/templates/as.html')
-rw-r--r--tor-metrics/templates/as.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/as.html b/tor-metrics/templates/as.html
index b2d6f90..41abcef 100644
--- a/tor-metrics/templates/as.html
+++ b/tor-metrics/templates/as.html
@@ -3,4 +3,4 @@
{% set as_name = relays.json['relay_subset'][0]['as_name']|escape %}
{% block title %}Tor Relays :: {{ as_number }}{% endblock %}
{% block header %}<a href="../../">Home</a> :: {{ as_number }}{% endblock %}
-{% block description %}{{ as_number }} ({{ as_name }}) is responsible for ~{{ bandwidth }} MB/s of traffic, consisting of {% if middle_count > 0 %}{{ middle_count }} middle relay{% if middle_count > 1 %}s{% endif %}{% if exit_count > 0 %} and {% endif %}{% endif %}{% if exit_count > 0 %}{{ exit_count }} exit relay{% if exit_count > 1 %}s{% endif %}{% endif %}.{% endblock %}
+{% block description %}{{ as_number }} ({{ as_name }}) is responsible for ~{{ bandwidth }} MB/s of traffic, with {% if middle_count > 0 %}{{ middle_count }} middle relay{% if middle_count > 1 %}s{% endif %}{% if exit_count > 0 %} and {% endif %}{% endif %}{% if exit_count > 0 %}{{ exit_count }} exit relay{% if exit_count > 1 %}s{% endif %}{% endif %}.{% endblock %}