[tor-commits] [atlas/master] Adds the version field to the details page (Fixes: #24974)

irl at torproject.org irl at torproject.org
Fri Feb 9 16:04:37 UTC 2018


commit 94c6afcb1e4b2bcca38d9e6c4ba914d182dbc99a
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Fri Feb 9 15:57:29 2018 +0000

    Adds the version field to the details page (Fixes: #24974)
---
 templates/details/router.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/details/router.html b/templates/details/router.html
index a10f7e7..4842987 100644
--- a/templates/details/router.html
+++ b/templates/details/router.html
@@ -166,6 +166,9 @@
     <dt><span class="tip" title="What OS and Tor version the relay is using">Platform</span></dt>
     <dd><%= _.escape(relay.get('platform')) %></dd>
 
+    <dt><span class="tip" title="Tor version as seen in the consensus (used to determine whether or not this relay runs a recommended version of tor)">Version</span></dt>
+    <dd><%= _.escape(relay.get('version')) %></dd>
+
     </dl>
     </div>
 </div>





More information about the tor-commits mailing list