generated from gitea_admin/default
dev
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
agenda: 'Agenda',
|
||||
saison: 'Saison',
|
||||
orchestre: "L'Orchestre",
|
||||
mediation: "Médiation",
|
||||
mecenat: "Mécénat",
|
||||
professionnels: "Professionnels"
|
||||
}
|
||||
|
||||
@@ -72,7 +74,7 @@
|
||||
? props.currentLabel
|
||||
: (labelMap[part] || humanize(decodeURIComponent(part)))
|
||||
|
||||
const noLink = part === 'orchestre' || part === 'concerts'
|
||||
const noLink = part === 'orchestre' || part === 'concerts' || part === 'mediation' || part === 'mecenat'
|
||||
crumbs.push({ to: resolveTo(part, index, parts, acc), label, noLink })
|
||||
|
||||
if (part === 'concerts') {
|
||||
|
||||
Reference in New Issue
Block a user