mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Fix #2567
This commit is contained in:
@@ -88,7 +88,12 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<a id="billButtons" href="{{ route('bills.rescan',object.data.id) }}" class="btn btn-default">{{ 'rescan_old'|_ }}</a>
|
||||
<p><a id="billButtons" href="{{ route('bills.rescan',object.data.id) }}" class="btn btn-default">{{ 'rescan_old'|_ }}</a></p>
|
||||
<p><small class="text-muted">
|
||||
{{ 'running_again_loss'|_ }}
|
||||
</small>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% if object.data.notes %}
|
||||
|
||||
Reference in New Issue
Block a user