mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:16:21 +00:00
fix: agregada linea segun CI:haml #14949
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
66676f009d
commit
4c58aea47a
1 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,6 @@
|
||||||
- unless local_assigns[:parent_schema]
|
- unless local_assigns[:parent_schema]
|
||||||
- schema.schemas.each do |s|
|
- schema.schemas.each do |s|
|
||||||
- next if s.hidden?
|
- next if s.hidden?
|
||||||
= render 'schemas/row', schema: s, site: site, filter: filter, parent_schema: schema
|
|
||||||
|
= render 'schemas/row', schema: s, site: site, filter: filter,
|
||||||
|
parent_schema: schema
|
||||||
|
|
Loading…
Reference in a new issue