BrainMinder/assets/templates/categories/update_title.tmpl

7 lines
267 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:title"}}
2024-11-29 17:56:53 +01:00
<div id="page-title-title"><h5>Edit Category</h5></div>
2025-01-01 17:30:11 +01:00
<div class="hide-large" id="top-toolbar">
2024-11-29 17:56:53 +01:00
<a class="button" href="#" onclick="bm_toggle_quickbox(); return false;"><i class='bi bi-inbox-fill'></i></a>
</div>
2024-08-22 10:13:16 +02:00
{{end}}