aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wallwall_item.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-17 01:24:37 +0200
committerzottel <github@zottel.net>2012-05-17 01:24:37 +0200
commit764ac240a9a9ffb7c855a69bc2f81e9d314a617f (patch)
tree2d9555171267adc0c624ff52c33adb9103c4ef48 /view/theme/dispy/wallwall_item.tpl
parente9aeafbe13fc8b6371914ecbff67a19769b84bb5 (diff)
parentf5f345d388c9f1f0a47bad75c933d1bfe723773d (diff)
downloadvolse-hubzilla-764ac240a9a9ffb7c855a69bc2f81e9d314a617f.tar.gz
volse-hubzilla-764ac240a9a9ffb7c855a69bc2f81e9d314a617f.tar.bz2
volse-hubzilla-764ac240a9a9ffb7c855a69bc2f81e9d314a617f.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r--view/theme/dispy/wallwall_item.tpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index e8cbc2cd4..2705d3e68 100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -18,7 +18,15 @@
</div>
<div class="wall-item-photo-end"></div>
- <div class="wall-item-location" id="wall-item-location-$item.id">{{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }}</div>
+ <div class="wall-item-location" id="wall-item-location-$item.id">
+ {{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }}
+ </div>
+ <div class="wall-item-author">
+ <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id">$item.name</span></a>
+ </div>
+ <div class="wall-item-ago" id="wall-item-ago-$item.id">
+ $item.ago
+ </div>
</div>
<div class="wall-item-tools" id="wall-item-tools-$item.id">
<div class="wall-item-lock-wrapper">
@@ -73,10 +81,6 @@ class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick
</div>
</div>
</div>
- <div class="wall-item-author">
- <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
- <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div>
- </div>
</div>
<div class="wall-item-wrapper-end"></div>
<div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div>