fix add id to the toolbar div

Commit
d13df22bcb17eee07d63fca8b1c1012349777391
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
roles/dashboard/templates/dashboard/toolbar.html.ep
index 7fd363fa..bd043e28 100644..100644
@@ -1,6 +1,6 @@
1 1 <!-- -*- mode: web; -*- -->
2 2
3 Removed: <div class="d-flex flex-wrap align-items-center justify-content-between gap-2 mb-3 toolbar">
3 Added: <div id="toolbar" class="d-flex flex-wrap align-items-center justify-content-between gap-2 mb-3 toolbar">
4 4 <nav aria-label="Breadcrumb">
5 5 <ol class="breadcrumb mb-0 bg-white border rounded-pill px-3 py-2 small fw-bold">
6 6 % for my $index (0 .. $breadcrumbs->$#*) {