aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-25 21:42:32 +0000
committerMario <mario@mariovavti.com>2024-03-25 21:53:06 +0000
commitd5c189753a955f7b4904ad929e4090d84aca6f66 (patch)
tree1b06324c596bccb95821af1966ba8220112da2e6
parent9861e7a0c48db4cecc2185e043ff58bb5e19b74f (diff)
downloadvolse-hubzilla-d5c189753a955f7b4904ad929e4090d84aca6f66.tar.gz
volse-hubzilla-d5c189753a955f7b4904ad929e4090d84aca6f66.tar.bz2
volse-hubzilla-d5c189753a955f7b4904ad929e4090d84aca6f66.zip
wrong dreport link in blog mode
(cherry picked from commit f72f5c7321398881243bb509211958414708e43e)
-rw-r--r--view/tpl/conv_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index fe9167a88..2d6c6fe8e 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -205,7 +205,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>