From 1f993694f39066ade61219d2512ee7b9c631fa6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 21 Sep 2011 11:17:21 +0200 Subject: [PATCH] Add link to all albums to profile page. --- src/main/resources/i18n/sone.en.properties | 1 + src/main/resources/templates/viewSone.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 51cbe9d..903eb6a 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -150,6 +150,7 @@ Page.ViewSone.PostList.Text.NoPostYet=This Sone has not yet posted anything. Page.ViewSone.Profile.Title=Profile Page.ViewSone.Profile.Label.Name=Name Page.ViewSone.Profile.Label.Albums=Albums +Page.ViewSone.Profile.Albums.Text.All=All albums Page.ViewSone.Profile.Name.WoTLink=web of trust profile Page.ViewSone.Replies.Title=Posts {sone} has replied to diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index d80818a..1d87e46 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -37,6 +37,7 @@
<%= Page.ViewSone.Profile.Label.Albums|l10n|html>
+ <% =Page.ViewSone.Profile.Albums.Text.All|l10n|html>, <%/first> <%album.title|html><%notlast>, <%/notlast> <%last> -- 2.7.4