X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FsoneMenu.html;h=e755662267b1691fafc2f0333c3e8a3d86a763af;hb=1c777f49db5a70349c52e851e9dd0204bd2dd64e;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..e755662 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -1,14 +1,17 @@
- - Avatar Image + + Avatar Image
<%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>