diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-22 19:02:20 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-22 19:02:20 +0200 |
commit | d7c9f2ccba1f0a19c3b60281589ab7dd611c744b (patch) | |
tree | 9cf73bfaed9b8ad3c7c3239ce2b8e1baa57c9b62 /view/tpl/conv_item.tpl | |
parent | cbd7f8906674f6373f0dc6a8f79ecfcd4ce4bd8d (diff) | |
parent | 7dd61c05dcf169807aed91d305ea235bcaa9035e (diff) | |
download | volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.tar.gz volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.tar.bz2 volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 30a007bd6..dc8064f1a 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -123,6 +123,11 @@ {{if $item.item_photo_menu}} <li role="presentation" class="divider"></li> {{$item.item_photo_menu}} + + {{if $item.edpost}} + <li role="presentation"><a role="menuitem" href="dreport/{{$item.mid}}">{{$item.dreport}}</a></li> + {{/if}} + {{/if}} </ul> </div> |