From: David ‘Bombe’ Roden Date: Tue, 19 Oct 2010 19:38:40 +0000 (+0200) Subject: Add text if a Sone follows no other Sones. X-Git-Tag: 0.1-RC1~180 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a81721b827e646ee30aef774793918bcb1e336a2 Add text if a Sone follows no other Sones. --- 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>