From: David ‘Bombe’ Roden Date: Tue, 19 Oct 2010 19:38:31 +0000 (+0200) Subject: Use Sone view. X-Git-Tag: 0.1-RC1~181 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=baf579fcb6b34aac5b6411579ee1ecf5fa29bd50 Use Sone view. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 9485ca1..71fba4f 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -14,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.current> - <%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>