commit 94c6afcb1e4b2bcca38d9e6c4ba914d182dbc99a Author: Iain R. Learmonth irl@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>