mirror of
https://github.com/oupala/apaxy.git
synced 2026-06-23 12:41:42 +02:00
Add a breadcrumb to tell the user where he is in the tree. js and html is there and working. It needs some css styling though.
8 lines
221 B
HTML
8 lines
221 B
HTML
<div class="wrapper">
|
|
<!-- we open the `wrapper` element here, but close it in the `footer.html` file -->
|
|
|
|
<ol class="breadcrumb" id="breadcrumbs">
|
|
</ol>
|
|
|
|
<input type="search" id="filter" placeholder="filter contents" />
|