Improve journal UI when undoing a transaction

This commit is contained in:
Bernd Bestel
2018-11-18 12:58:15 +01:00
parent c71e46191f
commit 5966a3d678
6 changed files with 11 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
</a>
</td>
<td>
<span class="@if($choreLogEntry->undone == 1) text-strike-through @endif">{{ FindObjectInArrayByPropertyValue($chores, 'id', $choreLogEntry->chore_id)->name }}</span>
<span class="name-anchor @if($choreLogEntry->undone == 1) text-strike-through @endif">{{ FindObjectInArrayByPropertyValue($chores, 'id', $choreLogEntry->chore_id)->name }}</span>
@if($choreLogEntry->undone == 1)
<br>
{{ $L('Undone on') . ' ' . $choreLogEntry->undone_timestamp }}