mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:16:22 +00:00
fix: borrado espacio extra en línea 14 de _row.haml #14949
This commit is contained in:
parent
2796d3f2ca
commit
1130bb791c
1 changed files with 2 additions and 2 deletions
|
@ -11,5 +11,5 @@
|
|||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue