X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FsoneMenu.html;h=7422e944b0f1bbdcbb2a7826a81326e31a87d69f;hb=62e80b75cfaaa563efa49c686d383b7cb5f8dd27;hp=60f12451c42c8f299bd8acbb56e123e6941ecaac;hpb=3fd7b8594c097f1448fe84f47f579fc9c85aaa25;p=Sone.git diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 60f1245..7422e94 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -1,14 +1,26 @@
- - 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>
+ <%foreach sone.albums album> + <%first> +
<% =Page.ViewSone.Profile.Albums.Text.All|l10n|html>, + <%/first> + <% album.title|html><%notlast>, <%/notlast> + <%last> +
+ <%/last> + <%/foreach> + <%if !sone.local> +
+ <%= View.Sone.Button.FollowSone|l10n|html> + <%= View.Sone.Button.UnfollowSone|l10n|html> +
+ <%/if>