commit f73865016a12b10f43c15c5bf6b6085c7df65a7f Author: Iain R. Learmonth irl@fsfe.org Date: Sat Sep 23 12:43:14 2017 +0100
Move platform back to Properties column, matching bridges --- templates/details/router.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/details/router.html b/templates/details/router.html index a472a50..bd7d302 100644 --- a/templates/details/router.html +++ b/templates/details/router.html @@ -72,8 +72,6 @@ <% } else { %>none<% } %></pre> </dd>
- <dt><span class="tip" title="What OS and Tor version the relay is using">Platform</span></dt> - <dd><%= _.escape(relay.get('platform')) %></dd>
</div> <div class="span6"> @@ -142,6 +140,9 @@ <dt><span class="tip" title="Weight assigned to this relay by the directory authorities that clients use in their path selection algorithm. The unit is arbitrary; currently it's kilobytes per second, but that might change in the future.">Consensus Weight</span></dt> <dd><%= relay.get('consensus_weight') %></dd>
+ <dt><span class="tip" title="What OS and Tor version the relay is using">Platform</span></dt> + <dd><%= _.escape(relay.get('platform')) %></dd> + </dl> </div> </div>
tor-commits@lists.torproject.org