5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 07:44:16 +00:00

fix: agregada linea segun CI:haml #14949
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-01-15 14:50:11 -03:00
parent 66676f009d
commit 4c58aea47a

View file

@ -11,4 +11,6 @@
- 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
= render 'schemas/row', schema: s, site: site, filter: filter,
parent_schema: schema