aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-22 04:04:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-22 04:04:51 -0700
commit2869ccfe39cbda4974a82c303eeeb4e38966b126 (patch)
tree0038f63f531f8121e67a3931f19dfda019ab6044 /view/tpl/conv_item.tpl
parent8ead4745f82d113c943f79967e04ea985ec45ad0 (diff)
downloadvolse-hubzilla-2869ccfe39cbda4974a82c303eeeb4e38966b126.tar.gz
volse-hubzilla-2869ccfe39cbda4974a82c303eeeb4e38966b126.tar.bz2
volse-hubzilla-2869ccfe39cbda4974a82c303eeeb4e38966b126.zip
delivery reports - crude but mostly functional at least for zot deliveries
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl5
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>