summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/_timeline_link.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_timeline_link.html.ep b/templates/_timeline_link.html.ep
index a4d0f97..1a78279 100644
--- a/templates/_timeline_link.html.ep
+++ b/templates/_timeline_link.html.ep
@@ -7,10 +7,10 @@
ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
% elsif (@{$timeline} == 2) {
- und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs
+ und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
% else {
- <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs
+ <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
</a>
</div>