X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=292ab4416627a32d92aefdc41981e22d058839be;hb=392f9808f16132b2827114466985df704f6e47e5;hp=7b0647fc7b129a87519ffc28904f2d6e983938ed;hpb=a95d49d12c6cd9a6811128f4124cceb594ee324c;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 7b0647f..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.isFriend> -
<%= 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>