liquid_feedback_frontend
view env/ui/cell_main.lua @ 1324:58d2df732fc0
Do not show categories not used in registration overview
author | bsw |
---|---|
date | Thu Aug 02 15:37:18 2018 +0200 (2018-08-02) |
parents | 32cc544d5a5b |
children |
line source
1 function ui.cell_main(args)
2 args.attr = args.attr or {}
3 args.attr.class = args.attr.class and args.attr.class .. " " or ""
4 args.attr.class = args.attr.class .. "mdl-cell mdl-cell--12-col mdl-cell--5-col-tablet mdl-cell--8-col-desktop mdl-cell--order-2-tablet mdl-cell--order-2-desktop"
5 ui.container(args)
6 end