Add home button to sidebar
This commit is contained in:
parent
a8bd03a805
commit
1ed9344586
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user