aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wall_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-15 12:09:22 -0800
committerfriendica <info@friendica.com>2011-11-15 12:09:22 -0800
commit3bd2b731b2040e1025caef68e7da1f07907ae809 (patch)
tree5ab020a351c431800da49b72d6a7bd458d00620e /view/theme/dispy/wall_item.tpl
parent6726d406f0ff4552474f18846e2709c5f3d34916 (diff)
parent5a890b0ef910f58db906cf502e76d3b7eb4aca38 (diff)
downloadvolse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.tar.gz
volse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.tar.bz2
volse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--view/theme/dispy/wall_item.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl
index f555ed813..51431d4eb 100644
--- a/view/theme/dispy/wall_item.tpl
+++ b/view/theme/dispy/wall_item.tpl
@@ -50,7 +50,13 @@
<div class="wall-item-content" id="wall-item-content-$id" >
<div class="wall-item-title" id="wall-item-title-$id">$title</div>
<div class="wall-item-title-end"></div>
- <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
+ <div class="wall-item-body" id="wall-item-body-$id" >$body
+ <div class="body-tag">
+ {{ for $tags as $tag }}
+ <span class='tag'>$tag</span>
+ {{ endfor }}
+ </div>
+ </div>
</div>
<div class="wall-item-author">
<a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>