From a78d195fe1996a374b3f389a0cf03e187649f1d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Apr 2011 20:21:08 +0200 Subject: [PATCH] Show age text in HTML, use formatted date as tooltip. --- src/main/resources/templates/include/viewSone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index c403b0d..91c921d 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -5,7 +5,7 @@
⬊
⬈
✔
-
<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|unknown|date format="MMM d, yyyy, HH:mm:ss">
+
<%= View.Sone.Label.LastUpdate|l10n|html> "><%sone.lastUpdatedText|html>
<% sone.requestUri|substring start=4 length=43|html>
-- 2.7.4