mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:31:41 +00:00
Merge branch 'issue-13199' into 'rails'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
#13199 See merge request sutty/sutty!175
This commit is contained in:
commit
8cc5bde155
1 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue