Give all icons some context, no value yet.

This commit is contained in:
James Cole
2016-03-22 16:55:04 +01:00
parent efff44cba9
commit 1a3ec98896
5 changed files with 10 additions and 5 deletions

View File

@@ -41,7 +41,8 @@
<td>
{% if balanceEntry.getSpent != 0 %}
<span class="text-danger">{{ (balanceEntry.getSpent)|formatAmountPlain }}</span>
<i class="fa fa-fw text-muted fa-info-circle"></i>
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="balance-amount" data-account-id="x"
data-budget-id="y"></i>
{% endif %}
{% if balanceEntry.getLeft != 0 %}
<span class="text-success">{{ (balanceEntry.getLeft)|formatAmountPlain }}</span>