aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/relay-info.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/relay-info.html')
-rw-r--r--tor-metrics/templates/relay-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/relay-info.html b/tor-metrics/templates/relay-info.html
index 666be11..9dc3f1c 100644
--- a/tor-metrics/templates/relay-info.html
+++ b/tor-metrics/templates/relay-info.html
@@ -153,7 +153,7 @@
{% endif -%}
<dt>First Seen</dt>
- <dd>{{ relay['first_seen']|escape }}</dd>
+ <dd><a href="{{ path_prefix }}first_seen/{{ relay['first_seen'].split(' ', 1)[0]|escape }}">{{ relay['first_seen']|escape }}</a></dd>
<dt>Last Restarted</dt>
<dd>{{ relay['last_restarted']|escape }}</dd>