From a81721b827e646ee30aef774793918bcb1e336a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 19 Oct 2010 21:38:40 +0200 Subject: [PATCH] Add text if a Sone follows no other Sones. --- src/main/resources/templates/viewSone.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 71fba4f..292ab44 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -29,6 +29,8 @@
<%foreach sone.friends sone> <%include include/viewSone.html> + <%foreachelse> +
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
<%/foreach>
-- 2.7.4