X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FsoneMenu.html;h=6d6946502abf9ebd6a5ec64a6d4ec3baf855a462;hp=7422e944b0f1bbdcbb2a7826a81326e31a87d69f;hb=978727afd4cb619c7e8e9dd49979812998ef5976;hpb=b89370064bdc618ee7a3ce77a705fcecb28c3dcc diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 7422e94..6d69465 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -4,22 +4,18 @@
<%sone.niceName|html> - (<% =View.Post.WebOfTrustLink|l10n|html>) + (<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>)
-
<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size>
+
» <% =View.Post.WebOfTrustLink|l10n|html>
<%foreach sone.albums album> <%first> -
<% =Page.ViewSone.Profile.Albums.Text.All|l10n|html>, +
» <% =View.SoneMenu.Link.AllAlbums|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> + » <%= View.Sone.Button.FollowSone|l10n|html> + » <%= View.Sone.Button.UnfollowSone|l10n|html>
<%/if>