Various fixes.

This commit is contained in:
James Cole
2016-02-13 13:13:22 +01:00
parent 706b095f95
commit 693ff3cc66
6 changed files with 49 additions and 31 deletions

View File

@@ -15,7 +15,11 @@
<a href="{{ route('accounts.show',income.id) }}" title="{{ income.name }}">{{ income.name }}</a>
{% if income.count > 1 %}
<br/>
<small>{{ income.count }} {{ 'transactions'|_|lower }}</small>
<small>
{{ income.count }} {{ 'transactions'|_|lower }}
<i class="fa fa-fw text-muted fa-info-circle"></i>
</small>
{% endif %}
</td>
<td>{{ income.amount|formatAmount }}</td>