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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tor-metrics/templates/relay-info.html b/tor-metrics/templates/relay-info.html
index 70eb471..2ed50d3 100644
--- a/tor-metrics/templates/relay-info.html
+++ b/tor-metrics/templates/relay-info.html
@@ -3,7 +3,6 @@
{% block body %}
<div id="content">
<h2><a href="{{ path_prefix }}">Home</a> :: Relay "{{ relay['nickname'] }}"</h2>
-<hr>
<div class="row">
<div class="col-md-6">
<dl>
@@ -163,7 +162,10 @@
<dd>{{ relay['consensus_weight_fraction']|escape }} ({{ relay['consensus_weight']|escape }})</dd>
<dt>Platform</dt>
- <dd>{{ relay['platform']|escape }}</dd>
+ <dd>
+ <a href='{{ path_prefix}}platform/{{ relay['platform']|escape }}'>{{
+ relay['platform'] }}</a>
+ </dd>
</dl>
</div>