liquid_feedback_frontend
annotate app/main/index/_sidebar_motd_public.lua @ 1413:3dbfac432576
Fixed endless loop while sending notification when not issue is created yet
| author | bsw | 
|---|---|
| date | Sun Aug 26 13:38:14 2018 +0200 (2018-08-26) | 
| parents | 32cc544d5a5b | 
| children | f6ce58146d40 | 
| rev | line source | 
|---|---|
| bsw@1045 | 1 if config.motd_public then | 
| bsw/jbe@1309 | 2 ui.container{ attr = { class = "mdl-special-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function() | 
| bsw/jbe@1309 | 3 ui.container{ attr = { class = "mdl-card__content" }, content = function() | 
| bsw/jbe@1309 | 4 slot.put(config.motd_public) | 
| bsw/jbe@1309 | 5 end } | 
| bsw/jbe@1309 | 6 end } | 
| bsw@1045 | 7 end |