Added some (yet without function) information icons. [skip ci] [skip Scrutinizer]

This commit is contained in:
James Cole
2016-02-06 20:17:55 +01:00
parent 6c2df1a783
commit 8fb3348a7c
8 changed files with 58 additions and 32 deletions

View File

@@ -39,12 +39,13 @@
</td>
<td>
{% if budgetLine.getSpent != 0 %}
{{ budgetLine.getSpent|formatAmount }}
{{ budgetLine.getSpent|formatAmount }} <i class="fa fa-fw text-muted fa-info-circle"></i>
{% endif %}
{% if budgetLine.getSpent == 0 %}
{{ budgetLine.getSpent|formatAmount }}
{% endif %}
</td>
<td>
{% if(budgetLine.getOverspent == 0) %}