summaryrefslogtreecommitdiff
path: root/templates/_timeline_link.html.ep
blob: 4b9c2a5f69db9ae3c1c126c6e0e6dd272a658319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div>
	<a class="timeline-link" href="/timeline/in-transit">
	% if (@{$timeline} <= 2) {
		<strong><%= $timeline->[0]->{followee_name} %></strong>
	% }
	% if (@{$timeline} == 1) {
		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
	% }
	% else {
		<strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
	% }
	</a>
</div>