diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
commit | c7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch) | |
tree | 1512136fac84a327aa7d3a33b5a146caa51f8815 /view/tpl/conv_list.tpl | |
parent | 41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff) | |
download | volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2 volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip |
first iteration on the event item
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rwxr-xr-x | view/tpl/conv_list.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 53f65bc78..cf1310ea6 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -13,6 +13,11 @@ {{$item.photo}} </div> {{/if}} + {{if $item.event}} + <div class="wall-event-item" id="wall-event-item-{{$item.id}}"> + {{$item.event}} + </div> + {{/if}} <div class="wall-item-head"> <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}"> |