[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [atlas/master] Display fingerprint in monospaced font.



commit a829ef74b55e02d4917ac9ce17fbfaf053633189
Author: Philipp Winter <phw@xxxxxxxxxxxxxx>
Date:   Sun Nov 9 02:14:29 2014 +0100

    Display fingerprint in monospaced font.
---
 templates/details/bridge.html |    2 +-
 templates/details/router.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/details/bridge.html b/templates/details/bridge.html
index 5a7a14c..1180210 100644
--- a/templates/details/bridge.html
+++ b/templates/details/bridge.html
@@ -40,7 +40,7 @@
     <% } %>
 
     <dt><span class="tip" data-content="Hash of 20-byte unique identifier of the bridge." data-original-title="Hashed Fingerprint">Hashed Fingerprint</span></dt>
-    <dd><%= relay.get('fingerprint') %></dd>
+    <dd><tt><%= relay.get('fingerprint') %></tt></dd>
 
     <dt><span class="tip" data-content="Flags that the directory authorities assigned to this bridge." data-original-title="Bridge flags">Flags</span></dt>
     <dd><% _.each(relay.get('flags'), function(flag) { %>
diff --git a/templates/details/router.html b/templates/details/router.html
index 8802255..1aedfe5 100644
--- a/templates/details/router.html
+++ b/templates/details/router.html
@@ -69,7 +69,7 @@
     <% } %>
 
     <dt><span class="tip" data-content="20-byte unique identifier of the relay." data-original-title="Fingerprint">Fingerprint</span></dt>
-    <dd><%= relay.get('fingerprint') %></dd>
+    <dd><tt><%= relay.get('fingerprint') %></tt></dd>
 
     <dt><span class="tip" data-content="Flags that the directory authorities assigned to this relay." data-original-title="Relay flags">Flags</span></dt>
     <dd><% _.each(relay.get('flags'), function(flag) { %>

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits