liquid_feedback_frontend

annotate env/ui/icon.lua @ 1725:4a5a79a37db1

Render links in unit and area description, updated layout of unit and area box
author bsw
date Tue Sep 28 09:43:58 2021 +0200 (2021-09-28)
parents 4188405c2425
children
rev   line source
bsw@1649 1 function ui.icon(icon, class, id)
bsw@1649 2 class = class and "icon-" .. class .. " " or ""
bsw@1649 3 class = class .. "material-icons"
bsw@1649 4 ui.tag{ tag = "i", attr = { id = id, class = class }, content = icon }
bsw@1649 5 end

Impressum / About Us