diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-26 11:38:07 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-26 11:38:07 -0800 |
commit | 5ec5b127d0b1e8a5d4b6e2d87f6a318aac17f987 (patch) | |
tree | 36f9f4b1e29d7a7d5212ebe19bf53b89d3e94da5 /view/tpl/conv_list.tpl | |
parent | 0cf9e498b963f2f8b5717d1eae8de183dd98d8d6 (diff) | |
parent | c407e72dcc4d4f892e88e8260e662104586695f2 (diff) | |
download | volse-hubzilla-5ec5b127d0b1e8a5d4b6e2d87f6a318aac17f987.tar.gz volse-hubzilla-5ec5b127d0b1e8a5d4b6e2d87f6a318aac17f987.tar.bz2 volse-hubzilla-5ec5b127d0b1e8a5d4b6e2d87f6a318aac17f987.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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}}"> |