liquid_feedback_frontend
annotate app/main/issue/_list_initiatives.lua @ 133:fa55c8ded9fd
add wiki syntax help
add help display module
add links to the wiki editors that link to a help page of the selected wiki syntax.
add help display module
add links to the wiki editors that link to a help page of the selected wiki syntax.
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Tue Oct 05 16:18:39 2010 +0200 (2010-10-05) |
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 } |