liquid_feedback_frontend

view app/main/admin/index.lua @ 3:768faea1096d

Version alpha4

Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.

Initiatives may provide a link to an external discussion platform

Direct link on every initiative page to create an alternative initiative

Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author bsw
date Mon Nov 30 12:00:00 2009 +0100 (2009-11-30)
parents 3bfb2fcf7ab9
children 86931dcee1fd
line source
1 slot.put_into("title", _"Admin menu")
3 ui.link{
4 text = "Members",
5 module = "admin",
6 view = "member_list",
7 }
9 slot.put("<br />")
11 ui.link{
12 text = "Areas",
13 module = "admin",
14 view = "area_list",
15 }
17 slot.put("<br />")
20 ui.link{
21 text = "Policies",
22 module = "admin",
23 view = "policy_list",
24 }

Impressum / About Us