X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=aad70eeacfa0ee3d79e9f823b583ee8b597b8e7c;hb=dd3edaf932d073e2eacb14069a9f6136d516303d;hp=dea7f5345ebbc127553c34377d1c891a3b0530c3;hpb=80653fc4094a2bb75991d8f87094b95f1dc9a3de;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index dea7f53..aad70ee 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -12,8 +12,8 @@

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

- <%if ! sone.isCurrent> - <%if sone.isFriend> + <%if ! sone.current> + <%if sone.friend>
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
<%else>
<%= Page.ViewSone.FollowSone.Text|l10n|html>
@@ -31,16 +31,8 @@

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

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