liquid_feedback_frontend

view app/main/index/updated_drafts.lua @ 1053:ba47b1e9ab00

Do not publicly expose screen name of a member revoking an initiative (if public access is configured as anonymous)
author bsw
date Tue Jul 15 21:39:20 2014 +0200 (2014-07-15)
parents 18e8de7a2b6a
children
line source
1 local initiatives_selector = Initiative:selector_for_updated_drafts(app.session.member_id)
3 ui.container{
4 attr = { class = "heading" },
5 content = _"Open initiatives you are supporting which has been updated their draft:"
6 }
8 slot.put("<br />")
10 execute.view{
11 module = "initiative",
12 view = "_list",
13 params = { initiatives_selector = initiatives_selector }
14 }

Impressum / About Us