liquid_feedback_frontend

annotate app/main/lf2/_draft.lua @ 215:1dab81353eb1

More enhancements for second generation frontend
author bsw
date Sat Mar 05 15:34:17 2011 +0100 (2011-03-05)
parents 4993b71b383f
children 73dbc9e2bfd4
rev   line source
bsw@211 1 local draft = param.get("draft", "table")
bsw@211 2
bsw@211 3 ui.container{ attr = { class = "draft" }, content = function()
bsw@211 4 slot.put(format.wiki_text(draft.content, draft.formatting_engine))
bsw@211 5 end }

Impressum / About Us