Skip to content
Snippets Groups Projects
Commit 76f24227 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

breadcrumb fix

parent 219e6164
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
{ {
for $part at $i in $parts for $part at $i in $parts
let $href := '/bundles/max-db?collection=' || $part let $href := '/bundles/max-db?collection=' || $part
return <sl-breadcrumb-item><a class="text-decoration-none" href="{$href}">{$part}</a></sl-breadcrumb-item> return if($part !='') then <sl-breadcrumb-item><a href="{$href}">{$part}</a></sl-breadcrumb-item> else()
} }
</sl-breadcrumb> </sl-breadcrumb>
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment