Some tweaks for #502

This commit is contained in:
James Cole 2016-12-28 05:25:58 +01:00
parent c23ea5ea76
commit 2dc70ece44

View File

@ -4,6 +4,7 @@
<th data-defaultsign="az">{{ 'name'|_ }}</th>
<th data-defaultsign="_19">{{ 'total'|_ }}</th>
<th data-defaultsign="_19" class="hidden-xs">{{ 'average'|_ }}</th>
<th data-defaultsort="disabled"></th>
</tr>
</thead>
<tbody>
@ -21,8 +22,6 @@
<br/>
<small>
{{ entry.count }} {{ 'transactions'|_|lower }}
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="{{ type }}"
data-account-id="{{ entry.id }}"></i>
</small>
{% endif %}
</td>
@ -36,6 +35,10 @@
&mdash;
{% endif %}
</td>
<td>
<i class="fa fa-fw text-muted fa-info-circle firefly-info-button" data-location="{{ type }}"
data-account-id="{{ entry.id }}"></i>
</td>
</tr>
{% endfor %}
</tbody>