liquid_feedback_frontend
diff app/main/issue/_sidebar_issue.lua @ 1496:ed3c40911ae1
Completed image attachments feature
author | bsw |
---|---|
date | Tue Feb 11 15:24:36 2020 +0100 (2020-02-11) |
parents | 32cc544d5a5b |
children | 97dfef4eb2d7 |
line diff
1.1 --- a/app/main/issue/_sidebar_issue.lua Mon Feb 10 21:10:49 2020 +0100 1.2 +++ b/app/main/issue/_sidebar_issue.lua Tue Feb 11 15:24:36 2020 +0100 1.3 @@ -36,7 +36,7 @@ 1.4 ui.container{ attr = { class = "mdl-card__actions mdl-card--border" }, content = function() 1.5 ui.link { 1.6 attr = { class = "mdl-button mdl-js-button" }, 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 }