5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 10:51:42 +00:00

Merge branch 'issue-13199' into 'rails'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

#13199

See merge request sutty/sutty!175
This commit is contained in:
fauno 2023-05-13 14:40:35 +00:00
commit 8cc5bde155

View file

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