From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 19:25:57 +0000 (+0200) Subject: Show the time of the last update. X-Git-Tag: 0.1-RC1~218 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a75282a7e010c4e09774206570bc931b580eff9a Show the time of the last update. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ece9035..f198127 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -153,6 +153,10 @@ 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); diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 94ab965..bf8dcfb 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -7,6 +7,7 @@
<% sone.requestUri|substring start=4 length=43|html>…
+
<% sone.time|date format="MMM d, yyyy, HH:mm:ss">
<%ifnull ! currentSone> <%if sone.isBlocked>