Some refactoring.

This commit is contained in:
James Cole
2016-05-14 13:51:33 +02:00
parent 5a6967cefd
commit 863227c55c
12 changed files with 240 additions and 260 deletions

View File

@@ -21,7 +21,9 @@
</small>
{% endif %}
</td>
<td>{{ (expense.amount)|formatAmount }}</td>
<td>
{{ (expense.amount)|formatAmount }}
</td>
</tr>
{% endfor %}
</tbody>