diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-28 16:23:17 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-28 16:23:17 +0100 |
commit | cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7 (patch) | |
tree | d6d9a07a1358fb7b6acf030e268643cd667fd59b /view/tpl/conv_list.tpl | |
parent | 2b2723cb74dd74fc449d76f29edd7797b16c7e84 (diff) | |
download | volse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.tar.gz volse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.tar.bz2 volse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.zip |
Removed my version of jot.tpl
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}}"> |