# HG changeset patch # User bsw # Date 1612742259 -3600 # Node ID 6a332e93e1f8846763f5cea36a718801c75f2c92 # Parent 22398d33750756074ee05d25ed161b0318991811 Fixed wrong link for incoming delegations diff -r 22398d337507 -r 6a332e93e1f8 app/main/issue/_sidebar_whatcanido.lua --- a/app/main/issue/_sidebar_whatcanido.lua Sat Feb 06 23:34:53 2021 +0100 +++ b/app/main/issue/_sidebar_whatcanido.lua Mon Feb 08 00:57:39 2021 +0100 @@ -264,7 +264,7 @@ if issue.member_info.weight and issue.member_info.weight > 1 then ui.tag { tag = "li", content = function () ui.link { - module = "delegation", view = "show_incoming", + module = "interest", view = "show_incoming", params = { issue_id = issue.id, member_id = app.session.member_id }, content = _("you have #{count} incoming delegations", { count = issue.member_info.weight - 1