Improve UI

Highlight future transactions
clarify settings are for budget
This commit is contained in:
2021-12-11 20:19:28 +00:00
parent 915964fa4e
commit 935499e3a8
4 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,7 @@
</div>
<table class="container col-lg-12" id="content">
{{range .Transactions}}
<tr>
<tr class="{{if .Date.After now}}future{{end}}">
<td>{{.Date.Format "02.01.2006"}}</td>
<td>
{{.Account}}