Unverified Commit 2cd698b8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Journey: Route: mark additional / cancelled stops

Note that additional stops are not yet exposed by DBRIS. Fix coming up soon.

Closes #314
parent 6f18472a
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
					%= end
				</div>
			% }
			<table class="striped">
			<table class="striped journey">
				<tr>
					<th scope="row"><%= L('journey.trip') %></th>
					<td>
@@ -253,7 +253,7 @@
				% }
				<tr>
					<th scope="row"><%= L('journey.route') %></th>
					<td>
					<td class="route">
						% my $before = 1;
						% my $within = 0;
						% my $at_startstop = 0;
@@ -282,6 +282,12 @@
							% else {
								<span style="color: #808080;"><%= $station->[0] %></span>
							% }
							% if ($station->[2]{isAdditional}) {
								<span style="color: #808080;">⊕</span>
							% }
							% elsif ($station->[2]{isCancelled}) {
								<span style="color: #808080;">∅</span>
							% }
							% if ($journey->{edited} & 0x0010) {

							% }