liquid_feedback_frontend

view env/ui/grid.lua @ 1625:0f4302e67eb6

Removed not used view
author bsw
date Mon Feb 08 00:58:05 2021 +0100 (2021-02-08)
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