5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:16:56 +00:00

Merge branch 'issue-13199' into panel.sutty.nl

This commit is contained in:
f 2023-04-21 14:18:45 -03:00
commit a9619c652f

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]