From dff379421c20adabdb59c5a310d2a40513223369 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:45:49 +0200 Subject: [PATCH] Completely hide the request key from the interface. --- src/main/resources/i18n/sone.en.properties | 1 + src/main/resources/templates/knownSones.html | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index b525fee..f3c4a4a 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -129,6 +129,7 @@ Page.Logout.Title=Logout - Sone View.Head.ProfileLink.Text=Your Profile +View.Sone.Label.LastUpdate=last update: View.Sone.Button.UnblockSone=unblock View.Sone.Button.BlockSone=block diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index bf8dcfb..84b6a94 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -5,9 +5,8 @@
<%foreach knownSones sone>
- -
<% sone.requestUri|substring start=4 length=43|html>…
-
<% sone.time|date format="MMM d, yyyy, HH:mm:ss">
+ +
(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)
<%ifnull ! currentSone> <%if sone.isBlocked>
-- 2.7.4