Add paragraph telling users without posts on their feed that auto-follow is available.
[Sone.git] / src / main / resources / templates / index.html
index a5a57f6..f4343fc 100644 (file)
@@ -13,6 +13,7 @@
                <%foreachelse>
                        <p><%= Page.Index.PostList.Text.NoPostYet|l10n|html></p>
                        <p><%= Page.Index.PostList.Text.FollowSomeSones|l10n|html|replace needle=='{link}' replacement=='<a href="knownSones.html">'|replace needle=='{/link}' replacement=='</a>'></p>
+                       <p><%= Page.Index.PostList.Text.AutoFollowOption|l10n|html|replace needle=='{link}' replacement=='<a href="options.html">'|replace needle=='{/link}' replacement=='</a>'></p>
                <%/foreach>
                <%include include/pagination.html pageParameter==page>
        </div>