aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 17:42:02 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 17:42:02 -0800
commitab2376f8d85877f95c20fad3a3ece4ef517e083b (patch)
tree70cf512fc2c4f27de53b240658b89980894d4a21 /view
parent48717dff00a906b8ba8d70b667298fde94492b4f (diff)
downloadvolse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.tar.gz
volse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.tar.bz2
volse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.zip
fix dreport link
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 5720a2a5f..7dddf9c01 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -181,7 +181,7 @@
{{/if}}
{{if $item.edpost && $item.dreport}}
<div class="dropdown-divider"></div>
- <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a>
+ <a class="dropdown-item" href="dreport/{{$item.dreport_link}}">{{$item.dreport}}</a>
{{/if}}
{{if $item.settings}}
<div class="dropdown-divider"></div>