Only show the routing part of the Sone’s request key.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 19:08:30 +0000 (21:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 19:08:30 +0000 (21:08 +0200)
src/main/resources/templates/knownSones.html

index ae37a74..94ab965 100644 (file)
@@ -6,7 +6,7 @@
                <%foreach knownSones sone>
                        <div>
                                <div class="profile-link"><a href="viewSone.html?sone=<% sone.id>"><% sone.niceName|html></a></div>
-                               <div class="request-uri"><% sone.requestUri|html></div>
+                               <div class="request-uri"><span title="<% sone.requestUri|html>"><% sone.requestUri|substring start=4 length=43|html>…</span></div>
                                <%ifnull ! currentSone>
                                        <%if sone.isBlocked>
                                                <form class="unblock" action="unblockSone.html" method="post">