liquid_feedback_frontend

view app/main/lf2/_draft.lua @ 213:acf92c2d33f4

Seperated css and fixed issue delegations for second generation frontend
author bsw
date Thu Mar 03 21:26:35 2011 +0100 (2011-03-03)
parents 4993b71b383f
children 73dbc9e2bfd4
line source
1 local draft = param.get("draft", "table")
3 ui.container{ attr = { class = "draft" }, content = function()
4 slot.put(format.wiki_text(draft.content, draft.formatting_engine))
5 end }

Impressum / About Us