liquid_feedback_frontend

view env/ui/grid.lua @ 1559:7eda69e1d14f

Fixed layout of incoming delegations in vote view
author bsw
date Tue Nov 10 20:29:19 2020 +0100 (2020-11-10)
parents 32cc544d5a5b
children
line source
1 function ui.grid(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-grid"
5 ui.container(args)
6 end

Impressum / About Us