Move account view below budget

This commit is contained in:
2021-12-04 22:59:12 +00:00
parent 61fa6ed776
commit ba0926900a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
{{define "main"}}
{{range .Accounts}}
<div class="budget-item">
<a href="/account/{{.ID}}">{{.Name}}</a>
<a href="/budget/:budgetid/account/{{.ID}}">{{.Name}}</a>
<span class="time">{{printf "%.2f" .Balance.GetFloat64}}</span>
</div>
{{end}}