X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=84c9c51e8903fe486cf63189dc772c09a05b0e6c;hb=1c57e8be327fe76dbc82ba438bcaeb4023259e71;hp=46c98da65f8090e05c11bddf2c142f9b3813f65a;hpb=db1981cee6635b3d9e56cb37d795bbe931046330;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 46c98da..84c9c51 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -13,7 +13,7 @@

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

<%if ! sone.isCurrent> - <%if sone.isFriend> + <%if sone.friend>
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
<%else>
<%= Page.ViewSone.FollowSone.Text|l10n|html>
@@ -22,26 +22,7 @@
<%foreach sone.posts post> -
- -
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%foreach post.replies reply> -
- -
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach> @@ -50,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>