liquid_feedback_frontend

annotate app/main/unit/_head.lua @ 1696:446d2798f424

Automatically switch to single unit mode for users having only one unit
author bsw
date Thu Sep 23 17:47:58 2021 +0200 (2021-09-23)
parents a3a7120a67be
children
rev   line source
bsw@525 1 local unit = param.get("unit", "table")
bsw@529 2
bsw@1045 3 ui.title ( function ()
bsw@525 4
bsw@1602 5 ui.tag{ content = unit.name }
bsw@1045 6
bsw/jbe@1309 7 end )

Impressum / About Us