path ||= ''
result = [{
last: false,
path: fancy_repository_path(repository, path: nil, ref: oid)
}]
crumbs.each_with_index do | c, i |
result << {
name: c,
last: false,
}
end
result.last[:last] = true
end
end