From 1e49ecf145598c62d273a432bfba3fa50c921ebd Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 16 Jul 2023 08:45:41 +0200 Subject: checked-in view: move timeline link a bit to the bottom --- templates/_timeline_link.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/_timeline_link.html.ep') diff --git a/templates/_timeline_link.html.ep b/templates/_timeline_link.html.ep index 782906e..a4d0f97 100644 --- a/templates/_timeline_link.html.ep +++ b/templates/_timeline_link.html.ep @@ -4,13 +4,13 @@ <%= $timeline->[0]->{followee_name} %> % } % if (@{$timeline} == 1) { - ist gerade unterwegs + ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % elsif (@{$timeline} == 2) { - und <%= $timeline->[1]->{followee_name} %> sind gerade unterwegs + und <%= $timeline->[1]->{followee_name} %> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } % else { - <%= scalar @{$timeline} %> Accounts sind gerade unterwegs + <%= scalar @{$timeline} %> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } -- cgit v1.2.3