Unverified Commit 67dc1c20 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

nvm -> dbf?hafas=1

parent 5d20bf15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ my @sb_templates = (
	undef,
	[ 'DBF',         'https://dbf.finalrewind.org/{name}?rt=1#{tt}{tn}' ],
	[ 'bahn.expert', 'https://bahn.expert/{name}#{id}' ],
	[ 'NVM',         'https://nvm.finalrewind.org/board/{eva}#{tt}{tn}' ],
	[ 'DBF HAFAS', 'https://dbf.finalrewind.org/{name}?rt=1&hafas=1#{tt}{tn}' ],
	[ 'bahn.expert/regional', 'https://bahn.expert/regional/{name}#{id}' ],
);

+4 −4
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@
		<div class="input-field col s12">
			<div>
				<label>
					%= radio_button stationboard => '4'
					<span><a href="https://bahn.expert/regional">bahn.expert/regional</a> (Nahverkehr)</span>
					%= radio_button stationboard => '3'
					<span><a href="https://dbf.finalrewind.org/?hafas=1">DBF</a> (Nahverkehr)</span>
				</label>
			</div>
		</div>
@@ -61,8 +61,8 @@
		<div class="input-field col s12">
			<div>
				<label>
					%= radio_button stationboard => '3'
					<span><a href="https://nvm.finalrewind.org/">NVM</a> (Nahverkehr)</span>
					%= radio_button stationboard => '4'
					<span><a href="https://bahn.expert/regional">bahn.expert/regional</a> (Nahverkehr)</span>
				</label>
			</div>
		</div>