Show budget name in sidebar

This commit is contained in:
Jan Bader 2021-12-10 16:40:02 +00:00
parent defbbd1884
commit 1826274ccc

View File

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