Show the time of the last update.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 19:25:57 +0000 (21:25 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 19:25:57 +0000 (21:25 +0200)
src/main/resources/static/css/sone.css
src/main/resources/templates/knownSones.html

index ece9035..f198127 100644 (file)
        display: inline;
 }
 
+#sone #known-sones .last-update {
+       display: inline;
+}
+
 #sone #known-sones form.block button, #sone #known-sones form.unblock button {
        display: inline;
        color: rgb(28, 131, 191);
index 94ab965..bf8dcfb 100644 (file)
@@ -7,6 +7,7 @@
                        <div>
                                <div class="profile-link"><a href="viewSone.html?sone=<% sone.id>"><% sone.niceName|html></a></div>
                                <div class="request-uri"><span title="<% sone.requestUri|html>"><% sone.requestUri|substring start=4 length=43|html>…</span></div>
+                               <div class="last-update"><% sone.time|date format="MMM d, yyyy, HH:mm:ss"></div>
                                <%ifnull ! currentSone>
                                        <%if sone.isBlocked>
                                                <form class="unblock" action="unblockSone.html" method="post">