diff options
author | Mario <mario@mariovavti.com> | 2024-03-25 21:42:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-25 21:42:32 +0000 |
commit | f72f5c7321398881243bb509211958414708e43e (patch) | |
tree | ac4685581296b021ad7c5853d347b66ac41af691 /view/tpl | |
parent | a5d483fb5d622bf0bc35c02bb569ea8f1ef58f6a (diff) | |
download | volse-hubzilla-f72f5c7321398881243bb509211958414708e43e.tar.gz volse-hubzilla-f72f5c7321398881243bb509211958414708e43e.tar.bz2 volse-hubzilla-f72f5c7321398881243bb509211958414708e43e.zip |
wrong dreport link in blog mode
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/conv_list.tpl | 2 |
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> |