liquid_feedback_frontend

changeset 1624:6a332e93e1f8

Fixed wrong link for incoming delegations
author bsw
date Mon Feb 08 00:57:39 2021 +0100 (2021-02-08)
parents 22398d337507
children 0f4302e67eb6
files app/main/issue/_sidebar_whatcanido.lua
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

Impressum / About Us