mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Lighter icon [skip ci]
This commit is contained in:
@@ -144,7 +144,7 @@ class Transaction extends Twig_Extension
|
||||
'splitJournalIndicator', function (int $journalId) {
|
||||
$count = TransactionModel::where('transaction_journal_id', $journalId)->whereNull('deleted_at')->count();
|
||||
if ($count > 2) {
|
||||
return '<i class="fa fa-fw fa-share-alt-square" aria-hidden="true"></i>';
|
||||
return '<i class="fa fa-fw fa-share-alt" aria-hidden="true"></i>';
|
||||
}
|
||||
|
||||
return '';
|
||||
|
@@ -59,7 +59,7 @@
|
||||
title="{{ Lang.choice('firefly.nr_of_attachments', journal.attachments|length, {count: journal.attachments|length}) }}"></i>
|
||||
{% endif %}
|
||||
{% if journal.count_transactions > 2 %}
|
||||
<i class="fa fa-fw fa-share-alt-square" aria-hidden="true"></i>
|
||||
<i class="fa fa-fw fa-share-alt" aria-hidden="true"></i>
|
||||
{% endif %}
|
||||
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user