app/views/lookbook/components/_nav_item.html.erb in lookbook-0.8.3 vs app/views/lookbook/components/_nav_item.html.erb in lookbook-0.9.0
- old
+ new
@@ -1,6 +1,6 @@
<%
-path = show_path(item.lookup_path)
+path = lookbook_inspect_path(item.lookup_path)
display ||= :item
label ||= item.label
item_icon = display == :node ? "layers" : "eye"
%>
<li key="nav-item-<%= item.id %>-item">
\ No newline at end of file