diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 08:45:41 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 08:45:41 +0200 |
commit | 1e49ecf145598c62d273a432bfba3fa50c921ebd (patch) | |
tree | 9dbf19745133c71e9238c4643b258fea50e78000 /templates/_checked_in.html.ep | |
parent | c19320788f8570ee3f328192360f4f9b6db4c660 (diff) |
checked-in view: move timeline link a bit to the bottom
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 2382ac4..2e8b163 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -1,7 +1,4 @@ % my $user = current_user(); -% if (@{stash('timeline') // []}) { - %= include '_timeline_link', timeline => stash('timeline') -% } <div class="autorefresh"> <div class="card"> <div class="card-content"> @@ -304,6 +301,9 @@ % } </div> </div> + % if (@{stash('timeline') // []}) { + %= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1 + % } % if ($journey->{arr_name}) { <div class="card" style="margin-top: 3em;"> <div class="card-content"> |