mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Extra clear button to reapply rules #307
This commit is contained in:
@@ -104,6 +104,12 @@
|
||||
class="btn btn-danger"><span
|
||||
class="fa fa-fw fa-trash"></span></a>
|
||||
</div>
|
||||
<br />
|
||||
<div class="btn-group btn-group-xs">
|
||||
<a href="{{ route('rules.rule-group.select_transactions',ruleGroup.id) }}" class="btn btn-default"
|
||||
title=" {{ 'execute_on_existing_transactions_short'|_ }}">
|
||||
<i class="fa fa-fw fa-check-circle"></i></a>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user