diff options
Diffstat (limited to 'templates/_timeline_link.html.ep')
-rw-r--r-- | templates/_timeline_link.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <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> |