liquid_feedback_frontend
diff app/main/index/_head.lua @ 1536:feeac2fd945e
merge
author | bsw |
---|---|
date | Tue Oct 06 19:31:38 2020 +0200 (2020-10-06) |
parents | 3c15fea3f1c0 |
children | 9f55297a1a6a |
line diff
1.1 --- a/app/main/index/_head.lua Tue Oct 06 19:31:19 2020 +0200 1.2 +++ b/app/main/index/_head.lua Tue Oct 06 19:31:38 2020 +0200 1.3 @@ -135,6 +135,9 @@ 1.4 if unit.description and #(unit.description) > 0 then 1.5 ui.container{ attr = { class = "mdl-card__supporting-text mdl-card--border" }, content = unit.description } 1.6 end 1.7 + if config.render_external_reference_unit then 1.8 + config.render_external_reference_unit(unit) 1.9 + end 1.10 --ui.container{ attr = { class = "mdl-card__actions mdl-card--border" }, content = function() 1.11 --end } 1.12 end }