From 62e80b75cfaaa563efa49c686d383b7cb5f8dd27 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:26:23 +0200 Subject: [PATCH 1/1] Show links to all albums in the Sone context menu. --- src/main/resources/templates/include/soneMenu.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index e755662..7422e94 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -7,6 +7,15 @@ (<% =View.Post.WebOfTrustLink|l10n|html>)
<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>
+ <%foreach sone.albums album> + <%first> +
<% =Page.ViewSone.Profile.Albums.Text.All|l10n|html>, + <%/first> + <% album.title|html><%notlast>, <%/notlast> + <%last> +
+ <%/last> + <%/foreach> <%if !sone.local>
<%= View.Sone.Button.FollowSone|l10n|html> -- 2.7.4