aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/wall_item_tag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/quattro/wall_item_tag.tpl')
-rw-r--r--view/theme/quattro/wall_item_tag.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/quattro/wall_item_tag.tpl b/view/theme/quattro/wall_item_tag.tpl
index 926fc929d..205fcfebc 100644
--- a/view/theme/quattro/wall_item_tag.tpl
+++ b/view/theme/quattro/wall_item_tag.tpl
@@ -13,11 +13,13 @@
<div class="wall-item-location">$item.location</div>
</div>
<div class="wall-item-content">
- $item.body
+ $item.ago $item.body
</div>
</div>
</div>
+{{ if $item.flatten }}
<div class="wall-item-comment-wrapper" >
$item.comment
</div>
+{{ endif }}