liquid_feedback_frontend

view app/main/unit/_list.lua @ 279:23c98752e697

Added wiki support for suggestions and member statements
author bsw
date Thu Feb 16 14:08:43 2012 +0100 (2012-02-16)
parents f460555c9896
children c587d8762e62
line source
1 local units = Unit:get_flattened_tree{ active = true }
3 ui.list{
4 records = units,
5 columns = {
6 {
7 content = function(unit)
8 ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } }
9 end
10 }
11 }
12 }

Impressum / About Us