Add text if a Sone follows no other Sones.
[Sone.git] / 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>