Loading templates/_checked_in.html.ep +3 −3 Original line number Diff line number Diff line % my $user = current_user(); % if (@{stash('timeline') // []}) { %= include '_timeline_link', timeline => stash('timeline') % } <div class="autorefresh"> <div class="card"> <div class="card-content"> Loading Loading @@ -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"> Loading templates/_timeline_link.html.ep +3 −3 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ <strong><%= $timeline->[0]->{followee_name} %></strong> % } % if (@{$timeline} == 1) { ist gerade unterwegs ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % elsif (@{$timeline} == 2) { und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade unterwegs und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } % else { <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade unterwegs <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } </a> </div> Loading
templates/_checked_in.html.ep +3 −3 Original line number Diff line number Diff line % my $user = current_user(); % if (@{stash('timeline') // []}) { %= include '_timeline_link', timeline => stash('timeline') % } <div class="autorefresh"> <div class="card"> <div class="card-content"> Loading Loading @@ -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"> Loading
templates/_timeline_link.html.ep +3 −3 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ <strong><%= $timeline->[0]->{followee_name} %></strong> % } % if (@{$timeline} == 1) { ist gerade unterwegs ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % elsif (@{$timeline} == 2) { und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade unterwegs und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } % else { <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade unterwegs <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs % } </a> </div>