liquid_feedback_frontend

view app/main/unit/list.lua @ 459:b918d30f9f3c

Show only issues the member is interested in at his member page
author bsw
date Mon Mar 12 20:28:18 2012 +0100 (2012-03-12)
parents 990432f7dba0
children c79be8347e93
line source
1 slot.put_into("title", _"Unit list")
3 util.help("unit.list", _"Unit list")
5 slot.put("<br />")
7 ui.container{ attr = { class = "box" }, content = function()
8 execute.view{ module = "unit", view = "_list" }
9 end }
11 slot.put("<br />")

Impressum / About Us