BrainMinder/assets/templates/notebooks/list_title.tmpl

15 lines
515 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:title"}}
<div class="w3-left">
<h5>Notebooks</h5>
</div>
<div class="w3-right w3-hide-medium w3-hide-large" style="margin-top: 6px; margin-right: 6px;">
<a
class="w3-button w3-medium"
hx-get="/notebook/create"
hx-push-url="true"
hx-target="#page-content"><i class="bi bi-plus-square-fill"></i></a>
<a href="#" onclick="bm_toggle_quickbox(); return false;" class="w3-button w3-medium w3-round-large"><i class='bi bi-inbox-fill'></i></a>
</div>
{{end}}