Show Account Balance

This commit is contained in:
2021-12-02 21:29:11 +00:00
parent 276fdb4ade
commit 6f8a94ff5d
4 changed files with 19 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
{{range .Accounts}}
<div class="budget-item">
<a href="account/{{.ID}}">{{.Name}}</a>
<span class="time"></span>
<span class="time">{{.Balance}}</span>
</div>
{{end}}
{{end}}