Extract another method

This commit is contained in:
2021-12-11 12:57:15 +00:00
parent 18cd29cca2
commit e2413290b4
2 changed files with 43 additions and 38 deletions

View File

@ -20,7 +20,7 @@
<a href="{{printf "/budget/%s/%d/%d" .Budget.ID .Next.Year .Next.Month}}">Next Month</a>
</div>
<div>
<span>Available Balance: </span>{{template "amount" .AvailableBalance}}
<span>Available Balance: </span>{{template "amountf64" .AvailableBalance}}
</div>
<table class="container col-lg-12" id="content">
<tr>