app/views/lookbook/components/_nav_page.html.erb in lookbook-0.8.3 vs app/views/lookbook/components/_nav_page.html.erb in lookbook-0.9.0
- old
+ new
@@ -1,6 +1,6 @@
<%
-path = page_path(node.lookup_path)
+path = lookbook_page_path(node.lookup_path)
depth = node.hierarchy_depth + 1
%>
<li key="nav-page-<%= node.id %>-item">
<div id="nav-page-<%= node.id %>" x-data="navItem(<%= node.matchers.to_json %>)" :class="{hidden}" data-path="<%= path %>" x-cloak>
<a href="<%= path %>"
\ No newline at end of file