diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-14 17:42:02 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-14 17:42:02 -0800 |
commit | ab2376f8d85877f95c20fad3a3ece4ef517e083b (patch) | |
tree | 70cf512fc2c4f27de53b240658b89980894d4a21 /view/tpl/conv_item.tpl | |
parent | 48717dff00a906b8ba8d70b667298fde94492b4f (diff) | |
download | volse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.tar.gz volse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.tar.bz2 volse-hubzilla-ab2376f8d85877f95c20fad3a3ece4ef517e083b.zip |
fix dreport link
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
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> |