Negative expenses, as per #129

This commit is contained in:
James Cole
2015-12-11 18:30:28 +01:00
parent 28c3cfe084
commit c38ae09735
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<small>{{ expense.count }} {{ 'transactions'|_|lower }}</small>
{% endif %}
</td>
<td><span class="text-danger">{{ (expense.amount)|formatAmountPlain }}</span></td>
<td>{{ (expense.amount)|formatAmount }}</td>
</tr>
{% endfor %}
</tbody>