diff options
author | friendica <info@friendica.com> | 2012-11-28 18:45:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-28 18:45:11 -0800 |
commit | 05e08cb5d2967a12c479ab94187b1ef1bde0a094 (patch) | |
tree | 0b70e60b33da3985c5752d7caf0147f471408b91 /view/tpl/conv_item.tpl | |
parent | 7c047bea332efaa11af0d02878d91823c4bba1ad (diff) | |
download | volse-hubzilla-05e08cb5d2967a12c479ab94187b1ef1bde0a094.tar.gz volse-hubzilla-05e08cb5d2967a12c479ab94187b1ef1bde0a094.tar.bz2 volse-hubzilla-05e08cb5d2967a12c479ab94187b1ef1bde0a094.zip |
trace through the threaded conversation spaghetti to bring back a sane looking network page
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rw-r--r-- | view/tpl/conv_item.tpl | 14 |
1 files changed, 4 insertions, 10 deletions
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 @@ <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.showlike</div> <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.showdislike</div> - {{ if $item.threaded }} - {{ if $item.comment }} - <div class="wall-item-comment-wrapper $item.indent" > - $item.comment - </div> - {{ endif }} - {{ endif }} - <div class="wall-item-outside-wrapper-end $item.indent" ></div> </div> +{{ if $item.toplevel }} {{ for $item.children as $item }} {{ inc $item.template }}{{ endinc }} {{ endfor }} +{{ endif }} -{{ if $item.flatten }} <div class="wall-item-comment-wrapper" > $item.comment </div> -{{ endif }} + + </div> {{if $item.comment_lastcollapsed}}</div>{{endif}} |