[tor-commits] [atlas/master] Remove bad exit line from details page

art at torproject.org art at torproject.org
Wed Apr 4 01:30:00 UTC 2012


commit 16564ce4cd2d6f62cfe7b23a4cc7d0ec156c45fe
Author: Arturo Filastò <hellais at gmail.com>
Date:   Tue Apr 3 18:30:39 2012 -0700

    Remove bad exit line from details page
---
 templates/details/main.html |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/templates/details/main.html b/templates/details/main.html
index 52cd1cb..05dc5cc 100644
--- a/templates/details/main.html
+++ b/templates/details/main.html
@@ -56,9 +56,6 @@
     <dt><span class="tip" data-content="Country as found in a GeoIP database by resolving the relay's first onion-routing address." data-original-title="Country">Country</span></dt>
     <dd><%= relay.get('country') %></dd>
 
-    <dt><span class="tip" data-content="Whether this relay was marked as bad exit by the directory authorities." data-original-title="Bad exit">Bad Exit</span></dt>
-    <dd><%= relay.get('badexit') %></dd>
-
     <dt><span class="tip" data-content="Date and time when the relay was last (re-)started." data-original-title="Last restarted">Last Restarted</span></dt>
     <dd><%= relay.get('last_restarted') %></dd>
 



More information about the tor-commits mailing list