mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:21:41 +00:00
fix: ocupar menos espacio #13199
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5c97637738
commit
d8c432b71a
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