liquid_feedback_frontend

view app/main/index/_sidebar_motd_public.lua @ 1349:14a75a6c02c3

Fixed field name part 2
author bsw
date Mon Aug 06 13:15:16 2018 +0200 (2018-08-06)
parents 32cc544d5a5b
children f6ce58146d40
line source
1 if config.motd_public then
2 ui.container{ attr = { class = "mdl-special-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function()
3 ui.container{ attr = { class = "mdl-card__content" }, content = function()
4 slot.put(config.motd_public)
5 end }
6 end }
7 end

Impressum / About Us