liquid_feedback_frontend

diff app/main/initiative/show.lua @ 1496:ed3c40911ae1

Completed image attachments feature
author bsw
date Tue Feb 11 15:24:36 2020 +0100 (2020-02-11)
parents 17e7082c377a
children 056bccb61eee
line diff
     1.1 --- a/app/main/initiative/show.lua	Mon Feb 10 21:10:49 2020 +0100
     1.2 +++ b/app/main/initiative/show.lua	Tue Feb 11 15:24:36 2020 +0100
     1.3 @@ -155,7 +155,9 @@
     1.4                  ui.link{ module = "file", view = "show.jpg", id = file.id, content = function()
     1.5                    ui.image{ module = "file", view = "show.jpg", id = file.id, params = { preview = true } }
     1.6                  end }
     1.7 -                ui.container{ content = file.title or "" }
     1.8 +                ui.container{ content = function()
     1.9 +                  ui.tag{ tag = "strong", content = file.title or "" }
    1.10 +                end }
    1.11                  ui.container{ content = file.description or "" }
    1.12                  slot.put("<br /><br />")
    1.13                end

Impressum / About Us