Rebuild frontend

This commit is contained in:
James Cole
2021-02-03 19:52:47 +01:00
parent fdba28fad7
commit d69843d4bc
9 changed files with 554 additions and 550 deletions

View File

@@ -34,7 +34,7 @@
</thead>
<tbody>
<tr v-for="bill in this.bills">
<td><a :href="'./bills/show' + bill.id" :title="bill.attributes.name">{{ bill.attributes.name }}</a>
<td><a :href="'./bills/show/' + bill.id" :title="bill.attributes.name">{{ bill.attributes.name }}</a>
~{{
Intl.NumberFormat(locale, {style: 'currency', currency: bill.attributes.currency_code}).format((parseFloat(bill.attributes.amount_min) +
parseFloat(bill.attributes.amount_max)) / 2)