annotate env/ui/cell_sidebar.lua @ 1739:e39206c7c4ea
Do not set verification status when verification rejected due to same user name
author |
bsw |
date |
Mon Oct 11 09:52:42 2021 +0200 (2021-10-11) |
parents |
32cc544d5a5b |
children |
|
rev |
line source |
bsw/jbe@1309
|
1 function ui.cell_sidebar(args)
|
bsw/jbe@1309
|
2 args.attr = args.attr or {}
|
bsw/jbe@1309
|
3 args.attr.class = args.attr.class and args.attr.class .. " " or ""
|
bsw/jbe@1309
|
4 args.attr.class = args.attr.class .. "mdl-cell mdl-cell--12-col mdl-cell--3-col-tablet mdl-cell--4-col-desktop mdl-cell--order-1-tablet mdl-cell--order-1-desktop"
|
bsw/jbe@1309
|
5 ui.container(args)
|
bsw/jbe@1309
|
6 end
|