mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
nvm -> dbf?hafas=1
This commit is contained in:
parent
5d20bf155a
commit
67dc1c203a
2 changed files with 5 additions and 5 deletions
|
@ -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}' ],
|
||||
);
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue