liquid_feedback_frontend

view app/main/index/_sidebar_motd_public.lua @ 1448:969d6aa521d6

Changed order in admin sidebar, added whitespace between links
author bsw
date Thu Oct 18 17:13:59 2018 +0200 (2018-10-18)
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