Add text if a Sone follows no other Sones.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:38:40 +0000 (21:38 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:38:40 +0000 (21:38 +0200)
src/main/resources/templates/viewSone.html

index 71fba4f..292ab44 100644 (file)
@@ -29,6 +29,8 @@
                <div id="following">
                        <%foreach sone.friends sone>
                                <%include include/viewSone.html>
+                       <%foreachelse>
+                               <div><%= Page.ViewSone.Following.FollowingNone.Text|l10n|html></div>
                        <%/foreach>
                </div>