liquid_feedback_frontend
diff app/main/issue/_sidebar_whatcanido.lua @ 1624:6a332e93e1f8
Fixed wrong link for incoming delegations
author | bsw |
---|---|
date | Mon Feb 08 00:57:39 2021 +0100 (2021-02-08) |
parents | 2f9e1e882de6 |
children | 5ada43fc3f9b |
line diff
1.1 --- a/app/main/issue/_sidebar_whatcanido.lua Sat Feb 06 23:34:53 2021 +0100 1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua Mon Feb 08 00:57:39 2021 +0100 1.3 @@ -264,7 +264,7 @@ 1.4 if issue.member_info.weight and issue.member_info.weight > 1 then 1.5 ui.tag { tag = "li", content = function () 1.6 ui.link { 1.7 - module = "delegation", view = "show_incoming", 1.8 + module = "interest", view = "show_incoming", 1.9 params = { issue_id = issue.id, member_id = app.session.member_id }, 1.10 content = _("you have #{count} incoming delegations", { 1.11 count = issue.member_info.weight - 1