diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 18:10:42 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 18:10:42 +0100 |
commit | a2822036e477942892a7fa0054379b138691dd7f (patch) | |
tree | dac3b711a51cb11bc93d31f239bc5b8a09418955 | |
parent | 726fc8fb104c7fbbddfa26f258041a2fa454a888 (diff) |
checked_in template: do show undo link after checkin. oops.2.11.1
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 2302a77..42f150f 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -373,6 +373,8 @@ % } </div> </div> + % } + % if ($journey->{arr_name}) { <div class="card" style="margin-top: 3em;"> <div class="card-content"> <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> |