This commit is contained in:
James Cole 2024-01-10 05:34:20 +01:00
parent f7ceb75316
commit 3a8162d3c5
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -24,6 +24,9 @@
class="fa fa-pencil fa-fw"></span> {{ 'edit'|_ }}</a></li>
<li><a href="{{ route('accounts.delete', account.id) }}"><span
class="fa fa-trash fa-fw"></span> {{ 'delete'|_ }}</a></li>
<li>
<a href="{{ route('accounts.reconcile',account.id) }}"><span class="fa fa-fw fa-check"></span> {{ 'reconcile_this_account'|_ }}</a>
</li>
</ul>
</div>
</div>