From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 13:36:51 +0000 (+0200) Subject: Use nice name where appropriate. X-Git-Tag: 0.1-RC1~377 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=e6f85fc6d33b182351e8fff6d5d67bd83c70b7d8 Use nice name where appropriate. --- 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">