liquid_feedback_frontend

diff app/main/delegation/_info.lua @ 1489:3ab878ba277e

Accessibility improvements part 1
author bsw
date Mon Feb 18 19:46:36 2019 +0100 (2019-02-18)
parents 32cc544d5a5b
children d14462e2b38b
line diff
     1.1 --- a/app/main/delegation/_info.lua	Mon Jan 07 19:16:30 2019 +0100
     1.2 +++ b/app/main/delegation/_info.lua	Mon Feb 18 19:46:36 2019 +0100
     1.3 @@ -188,9 +188,10 @@
     1.4          slot.put(" ")
     1.5          ui.tag{ content = _"you are interested" }
     1.6          if not issue.closed and info.own_participation and info.weight and info.weight > 1 then
     1.7 +          slot.put(" ")
     1.8            ui.link { 
     1.9              attr = { class = "right" }, content = "+" .. (info.weight - 1),
    1.10 -            module = "delegation", view = "show_incoming", params = { 
    1.11 +            module = "interest", view = "show_incoming", params = { 
    1.12                issue_id = issue.id, member_id = member.id
    1.13              }
    1.14            }

Impressum / About Us