aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/tpl/wall_item_tag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/quattro/tpl/wall_item_tag.tpl')
-rw-r--r--view/theme/quattro/tpl/wall_item_tag.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/view/theme/quattro/tpl/wall_item_tag.tpl b/view/theme/quattro/tpl/wall_item_tag.tpl
index 205fcfebc..e1ef93213 100644
--- a/view/theme/quattro/tpl/wall_item_tag.tpl
+++ b/view/theme/quattro/tpl/wall_item_tag.tpl
@@ -1,3 +1,5 @@
+{{ if $item.thread_level!=1 }}<div class="children">{{ endif }}
+
<div class="wall-item-container item-tag $item.indent">
<div class="wall-item-item">
<div class="wall-item-info">
@@ -18,8 +20,8 @@
</div>
</div>
+{{ if $item.thread_level!=1 }}</div>{{ endif }}
+
{{ if $item.flatten }}
-<div class="wall-item-comment-wrapper" >
- $item.comment
-</div>
+<div class="wall-item-comment-wrapper" >$item.comment</div>
{{ endif }}