Add home button to sidebar

This commit is contained in:
Jan Bader 2021-12-14 14:14:12 +00:00
parent a8bd03a805
commit 1ed9344586

View File

@ -1,5 +1,5 @@
{{define "budget-sidebar"}}
<h1>{{.Budget.Name}}</h1>
<h1><a href="/dashboard">⌂</a> {{.Budget.Name}}</h1>
<ul>
<li><a href="/budget/{{.Budget.ID}}">Budget</a></li>
<li>Reports (Coming Soon)</li>