liquid_feedback_frontend
diff app/main/issue/_sidebar_whatcanido.lua @ 1497:a59dd2ae9cd8
Fixed links
| author | bsw |
|---|---|
| date | Tue Feb 11 15:29:46 2020 +0100 (2020-02-11) |
| parents | 9d15d509b5f6 |
| children | dcbe505ddf24 |
line diff
1.1 --- a/app/main/issue/_sidebar_whatcanido.lua Tue Feb 11 15:24:36 2020 +0100 1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua Tue Feb 11 15:29:46 2020 +0100 1.3 @@ -428,7 +428,7 @@ 1.4 end } 1.5 ui.tag { tag = "li", content = function () 1.6 ui.link { 1.7 - module = "initiative", view = "new", 1.8 + module = "draft", view = "new", 1.9 params = { issue_id = issue.id }, 1.10 content = _"start a new competing initiative" 1.11 }