removed cake categories

This commit is contained in:
bronku 2026-06-11 01:13:42 +02:00
parent b3a5c0b19e
commit d382de4236
10 changed files with 12 additions and 106 deletions

View file

@ -123,16 +123,4 @@ Panel główny
{{end}}
</tbody>
</table>
<div class="table-footer">
<span>Pokazuje 1-{{len .}} z {{len .}}</span>
<div class="pagination">
<button class="pagination-btn" disabled>
<span class="material-symbols-outlined">chevron_left</span>
</button>
<button class="pagination-btn active">1</button>
<button class="pagination-btn" disabled>
<span class="material-symbols-outlined">chevron_right</span>
</button>
</div>
</div>
{{end}}