timeline_link: add missing space behind 'auch'
This commit is contained in:
parent
f9d1c266ce
commit
49beb09229
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue