generated from gitea_admin/default
dev
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
orchestre: "L'Orchestre",
|
||||
mediation: "Médiation",
|
||||
mecenat: "Mécénat",
|
||||
professionnels: "Professionnels"
|
||||
professionnels: "Professionnels",
|
||||
actus: "Actualités"
|
||||
}
|
||||
|
||||
function resolveTo(part, index, parts, acc) {
|
||||
@@ -101,6 +102,9 @@
|
||||
if (from === 'artistesinvitees') {
|
||||
crumbs.push({ to: '/orchestre/artistesinvitees', label: 'Les artistes invités' })
|
||||
}
|
||||
if (from === 'actus') {
|
||||
crumbs.push({ to: '/orchestre/actus', label: 'Actualités' })
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user