5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 11:50:47 +00:00

fix: ocupar menos espacio #13199
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-21 14:14:39 -03:00
parent 5c97637738
commit d8c432b71a

View file

@ -1,10 +1,11 @@
%tr
%th{ scope: 'row' }
%th.w-100{ scope: 'row' }
- if local_assigns[:parent_schema]
%span.text-muted —
= schema.humanized_name
%td.px-0= render 'schemas/add', **local_assigns
%td.px-0= render 'schemas/filter', **local_assigns
%td.px-0.text-nowrap
= render 'schemas/add', **local_assigns
= render 'schemas/filter', **local_assigns
-# XXX: Solo un nivel de recursividad
- unless local_assigns[:parent_schema]