mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Fix incorrect breadcrumb menu order
This commit is contained in:
parent
5c26b0d6dc
commit
aa269f26ee
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user