liquid_feedback_frontend

changeset 1705:0cfa0d088aa0

Do not format MOTD as draft
author bsw
date Mon Sep 27 11:01:56 2021 +0200 (2021-09-27)
parents cd3b521dc735
children 2558d9c15c44
files app/main/index/_sidebar_motd_intern_top.lua
line diff
     1.1 --- a/app/main/index/_sidebar_motd_intern_top.lua	Mon Sep 27 10:58:26 2021 +0200
     1.2 +++ b/app/main/index/_sidebar_motd_intern_top.lua	Mon Sep 27 11:01:56 2021 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4    ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function()
     1.5      ui.container{ attr = { class = "mdl-card__content" }, content = function()
     1.6        ui.container{
     1.7 -        attr = { class = "draft motd" },
     1.8 +        attr = { class = "motd" },
     1.9          content = function()
    1.10            slot.put(config.motd_intern_top)
    1.11          end

Impressum / About Us