X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fconversation.tpl;h=0e1464621975cb8c3b4cbcde36324ce999ff7ffb;hb=665af337262531b96e793bd96a85c6028c1843e7;hp=339302638abce536720cc8d1c56f02128e06c411;hpb=6b6f45f9f1c0fa5c0142c0bf1d9a93b77694ea4b;p=friendica.git diff --git a/view/conversation.tpl b/view/conversation.tpl index 339302638a..0e14646219 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,5 +1,29 @@ -{{ for $treads as $tread }} -
- $tread +$live_update + +{{ for $threads as $thread }} +
+ {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }}
{{ endfor }} + +
+ +{{ if $dropping }} + +
+{{ endif }}