X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=8d308a1a531d18a9a49112b6c635710a11ed3b34;hb=00650831729195a0958521a10bf34c69f3585091;hp=524d476f25dfb301a529a539a8da2ef80ff0486b;hpb=c182560799d5d40fdc665b9ecc223d596b87107c;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 524d476..8d308a1 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -8,15 +8,15 @@ <%else> -

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html> +

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html>

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>

<%if ! sone.isCurrent> <%if sone.isFriend> -
<%= Page.ViewSone.RemoveFriend.Text|l10n|html>
+
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
<%else> -
<%= Page.ViewSone.AddFriend.Text|l10n|html>
+
<%= Page.ViewSone.FollowSone.Text|l10n|html>
<%/if> <%/if> @@ -31,6 +31,22 @@
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + +

<%= Page.ViewSone.Following.Title|l10n|html>

+ +
+ <%foreach sone.friends friend> + <%first> + + <%/last> + <%foreachelse> +
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
+ <%/foreach> +
<%/if>