From fbdcdd0d0f1fe175a29487134074582515bbb2bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 20 Oct 2010 14:51:54 +0200 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20show=20Sone=20header=20when=20cu?= =?utf8?q?rrent=20Sone=20is=20viewed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/viewSone.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 292ab44..75c0337 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -14,7 +14,9 @@ <%else> - <%include include/viewSone.html> + <%if ! sone.current> + <%include include/viewSone.html> + <%/if>
<%foreach sone.posts post> -- 2.7.4