mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Some tweaks for #502
This commit is contained in:
parent
c23ea5ea76
commit
2dc70ece44
@ -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 @@
|
||||
—
|
||||
{% 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>
|
||||
|
Loading…
Reference in New Issue
Block a user