Unverified Commit 6686a16b authored by Cassidy Dingenskirchen's avatar Cassidy Dingenskirchen
Browse files

departure board: restyled followee checkin notice, add it for hafas too

parent f1d3d3ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@
			</a>
			<span class="dep-dest">
				%= $result->destination
				% for my $checkin (@{$checkin_by_train->{$result->id} // []}) {
					<span class="followee-checkin">
						<i class="material-icons tiny">people</i> <%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %>
					</span>
				% }
			</span>
	</li>
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
			</a>
			<span class="dep-dest">
				%= $result->destination
				% for my $checkin (@{$checkin_by_train->{$result->train_id} // []}) {
					<span class="followee-checkin">
						<i class="material-icons tiny">people</i> <%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %>
					</span>
				% }
			</span>
	</li>
% }