Expand category view.

This commit is contained in:
James Cole
2017-03-22 17:00:01 +01:00
parent 477acafc4c
commit 32c89f9a98
2 changed files with 19 additions and 6 deletions

View File

@@ -109,6 +109,10 @@
<td style="width:33%;">{{ 'earned'|_ }}</td>
<td style="text-align: right;">{{ period.earned|formatAmount }}</td>
</tr>
<tr>
<td style="width:33%;">{{ 'transferred'|_ }}</td>
<td style="text-align: right;" class="text-info">{{ period.transferred|formatAmountPlain }}</td>
</tr>
</table>
</div>
</div>