X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=292ab4416627a32d92aefdc41981e22d058839be;hb=392f9808f16132b2827114466985df704f6e47e5;hp=84c9c51e8903fe486cf63189dc772c09a05b0e6c;hpb=1c57e8be327fe76dbc82ba438bcaeb4023259e71;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 84c9c51..292ab44 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -1,5 +1,11 @@ <%include include/head.html> + + <%ifnull sone.name>

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

@@ -8,17 +14,7 @@ <%else> -

<%= 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.friend> -
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
- <%else> -
<%= Page.ViewSone.FollowSone.Text|l10n|html>
- <%/if> - <%/if> + <%include include/viewSone.html>
<%foreach sone.posts post> @@ -33,6 +29,8 @@
<%foreach sone.friends sone> <%include include/viewSone.html> + <%foreachelse> +
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
<%/foreach>