From 05e08cb5d2967a12c479ab94187b1ef1bde0a094 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Nov 2012 18:45:11 -0800 Subject: trace through the threaded conversation spaghetti to bring back a sane looking network page --- view/tpl/conv_item.tpl | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'view/tpl/conv_item.tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index a5a3c4958..1c35feaad 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -98,24 +98,18 @@
$item.showlike
$item.showdislike
- {{ if $item.threaded }} - {{ if $item.comment }} -
- $item.comment -
- {{ endif }} - {{ endif }} -
+{{ if $item.toplevel }} {{ for $item.children as $item }} {{ inc $item.template }}{{ endinc }} {{ endfor }} +{{ endif }} -{{ if $item.flatten }}
$item.comment
-{{ endif }} + + {{if $item.comment_lastcollapsed}}{{endif}} -- cgit v1.2.3