Small cosmetic changes.

This commit is contained in:
James Cole 2016-02-06 19:00:01 +01:00
parent 060b031272
commit b875eb31d2
2 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<td data-value="{{ entry.amount_max }}">
{{ entry.amount_max|formatAmount }}
</td>
{% if entry.lastFoundMatch %}
{% if not entry.lastFoundMatch.isFuture %}
<td class="hidden-sm hidden-xs" data-value="{{ entry.lastFoundMatch.format('U') }}">
{{ entry.lastFoundMatch.formatLocalized(monthAndDayFormat) }}
</td>
@ -45,7 +45,7 @@
</td>
{% endif %}
{% if entry.nextExpectedMatch %}
{% if entry.nextExpectedMatch.isFuture %}
<td class="hidden-sm hidden-xs" data-value="{{ entry.nextExpectedMatch.format('U') }}">
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
</td>

View File

@ -47,7 +47,9 @@
{% endif %}
</td>
<td>
{{ budgetLine.getLeft|formatAmount }}
{% if(budgetLine.getOverspent == 0) %}
{{ budgetLine.getLeft|formatAmount }}
{% endif %}
</td>
<td>
{% if budgetLine.getOverspent != 0 %}