mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 17:36:23 +00:00
15 lines
532 B
Text
15 lines
532 B
Text
%tr.border-top.border-magenta
|
|
%th.font-weight-normal.w-100.position-relative{ scope: 'row' }
|
|
- if local_assigns[:parent_schema]
|
|
%span.text-muted —
|
|
= render 'schemas/add', schema: schema, **local_assigns
|
|
|
|
-# XXX: Solo un nivel de recursividad
|
|
- unless local_assigns[:parent_schema]
|
|
- schema.schemas.each do |s|
|
|
- next if s.hidden?
|
|
|
|
= render 'schemas/row', schema: s,
|
|
site: site,
|
|
filter: filter,
|
|
parent_schema: schema
|