liquid_feedback_frontend

annotate app/main/issue/_list_initiatives.lua @ 159:5d797c6706d5

implement quorum display

show the initiative quorum as a small 1px line in bargraph
allow to update your support on the diff page
better linked title in diff page
show absolute quorum numbers in detail pages of issue and initiative
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sat Oct 09 03:42:48 2010 +0200 (2010-10-09)
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 }

Impressum / About Us