liquid_feedback_frontend
annotate app/main/issue/_list_initiatives.lua @ 149:d87097d3b6ec
small hint to show the number of alternative initiatives
| author | Daniel Poelzleithner <poelzi@poelzi.org> | 
|---|---|
| date | Fri Oct 08 03:25:59 2010 +0200 (2010-10-08) | 
| parents | 00d1004545f1 | 
| children | 7196685f9dd7 | 
| rev | line source | 
|---|---|
| bsw/jbe@19 | 1 local issue = param.get("issue", "table") | 
| bsw/jbe@19 | 2 | 
| bsw/jbe@19 | 3 execute.view{ | 
| bsw/jbe@19 | 4 module = "initiative", | 
| bsw/jbe@19 | 5 view = "_list", | 
| bsw/jbe@19 | 6 params = { | 
| bsw/jbe@19 | 7 issue = issue, | 
| bsw/jbe@19 | 8 initiatives_selector = issue:get_reference_selector("initiatives") | 
| bsw/jbe@19 | 9 } | 
| bsw/jbe@19 | 10 } |