X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FsoneMenu.html;h=49237ba6afe10f04bb74869345646465f3baf397;hb=1bc78b582ac59f2438002997f5780db4dcee0a2a;hp=60f12451c42c8f299bd8acbb56e123e6941ecaac;hpb=acad4aaa7ddf0104d57654e5b272353d8799adeb;p=Sone.git diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 60f1245..49237ba 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -6,9 +6,12 @@ <%sone.niceName|html> (<% =View.Post.WebOfTrustLink|l10n|html>) -
- <%= View.Sone.Button.FollowSone|l10n|html> - <%= View.Sone.Button.UnfollowSone|l10n|html> -
+
<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>
+ <%if !sone.local> +
+ <%= View.Sone.Button.FollowSone|l10n|html> + <%= View.Sone.Button.UnfollowSone|l10n|html> +
+ <%/if>