mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Fix incorrect breadcrumb menu order
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ class Title
|
|||||||
ary << title
|
ary << title
|
||||||
tid = title.parent_id
|
tid = title.parent_id
|
||||||
end
|
end
|
||||||
ary
|
ary.reverse
|
||||||
end
|
end
|
||||||
|
|
||||||
def size
|
def size
|
||||||
|
|||||||
Reference in New Issue
Block a user