liquid_feedback_frontend

annotate app/main/index/_sidebar_motd_public.lua @ 1052:66da54c0ae6c

Removed cuddled-lists option from markdown2 arguments to fit formatting help
author bsw
date Tue Jul 15 21:36:00 2014 +0200 (2014-07-15)
parents 701a5cf6b067
children 32cc544d5a5b
rev   line source
bsw@1045 1 if config.motd_public then
bsw@1045 2 slot.select("motd", function()
bsw@1045 3 ui.container{
bsw@1045 4 attr = { class = "wiki motd" },
bsw@1045 5 content = function()
bsw@1045 6 slot.put(config.motd_public)
bsw@1045 7 end
bsw@1045 8 }
bsw@1045 9 end )
bsw@1045 10 end

Impressum / About Us