diff options
author | Simon <simon@kisikew.org> | 2012-06-23 10:36:52 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-06-23 10:36:52 -0700 |
commit | f6b7b99d16b3b8f10ccc2f5f1cdc756047846910 (patch) | |
tree | 7be3f51ae1b656a67b6046a0f044e9cfea8a68a7 /view/theme/dispy/wall_item.tpl | |
parent | 7a346bc7560c068e084155c98108b404eafc78b2 (diff) | |
parent | 3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 (diff) | |
download | volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.tar.gz volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.tar.bz2 volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.zip |
Merge pull request #353 from simonlnu/master
jquery update; templates
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 115f05ad7..8ffae0403 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -78,9 +78,9 @@ </div> </div> <div class="wall-item-wrapper-end"></div> - <div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div> - <div class="wall-item-dislike" id="wall-item-dislike-$item.id">$item.dislike</div> - <div class="wall-item-comment-wrapper"> + <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div> + <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div> + <div class="wall-item-comment-wrapper" > $item.comment </div> |