Skip to content

Commit

Permalink
Fix syntax in non-erb Menu templates (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderadam authored and tvdeyen committed Mar 30, 2020
1 parent 78c364f commit 90d11bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
= render partial: options[:node_partial_name],
collection: menu.children.includes(:page, :children),
locals: { options: options },
as: 'node' %>
as: 'node'
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
= render partial: options[:node_partial_name],
collection: menu.children.includes(:page, :children),
locals: { options: options },
as: 'node' %>
as: 'node'

0 comments on commit 90d11bf

Please sign in to comment.