liquid_feedback_frontend
diff app/main/lf2/_initiative.lua @ 216:4f6e6b213fb8
Cleanup on second generation frontend code and stylesheet
| author | bsw |
|---|---|
| date | Mon Mar 07 12:15:22 2011 +0100 (2011-03-07) |
| parents | 1dab81353eb1 |
| children |
line diff
1.1 --- a/app/main/lf2/_initiative.lua Sat Mar 05 15:34:17 2011 +0100 1.2 +++ b/app/main/lf2/_initiative.lua Mon Mar 07 12:15:22 2011 +0100 1.3 @@ -61,8 +61,10 @@ 1.4 slot.put(" ", _"and", " ") 1.5 end 1.6 ui.link{ 1.7 - module = "lf2", view = "initiative", id = initiative.id, 1.8 - params = { member_id = member.id }, content = function() 1.9 + module = "lf2", view = "interest", params = { 1.10 + issue_id = initiative.issue_id, 1.11 + member_id = member.id 1.12 + }, content = function() 1.13 ui.tag{ content = member.name } 1.14 end 1.15 }