2023-07-15 17:20:37 +00:00
|
|
|
<div>
|
2024-06-30 12:36:24 +00:00
|
|
|
<a class="timeline-link" href="/timeline/in-transit">
|
2023-07-15 17:20:37 +00:00
|
|
|
% if (@{$timeline} <= 2) {
|
|
|
|
<strong><%= $timeline->[0]->{followee_name} %></strong>
|
|
|
|
% }
|
|
|
|
% if (@{$timeline} == 1) {
|
2023-07-16 06:45:41 +00:00
|
|
|
ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
|
2023-07-15 17:20:37 +00:00
|
|
|
% }
|
|
|
|
% elsif (@{$timeline} == 2) {
|
2023-07-16 16:34:37 +00:00
|
|
|
und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
|
2023-07-15 17:20:37 +00:00
|
|
|
% }
|
|
|
|
% else {
|
2023-07-16 16:34:37 +00:00
|
|
|
<strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
|
2023-07-15 17:20:37 +00:00
|
|
|
% }
|
|
|
|
</a>
|
|
|
|
</div>
|