From e6f85fc6d33b182351e8fff6d5d67bd83c70b7d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 15:36:51 +0200 Subject: [PATCH] Use nice name where appropriate. --- src/main/resources/templates/index.html | 2 +- src/main/resources/templates/viewSone.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index dc0b98b..4110320 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -19,7 +19,7 @@
<%foreach posts post>
- +
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index a984ce5..21bd83c 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -8,14 +8,14 @@ <%else> -

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.name|html> +

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html> -

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.name|html>

+

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>

<%foreach sone.posts post>
- +
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-- 2.7.4