From a75282a7e010c4e09774206570bc931b580eff9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 21:25:57 +0200 Subject: [PATCH] Show the time of the last update. --- src/main/resources/static/css/sone.css | 4 ++++ src/main/resources/templates/knownSones.html | 1 + 2 files changed, 5 insertions(+) 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>
-- 2.7.4