diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-03-04 10:59:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-03-04 10:59:35 +0100 |
commit | 67dc1c203a83305612fc0118a47fca1ee8c8e422 (patch) | |
tree | ede4b7bd0a9fea6603d9fb89ca791afa9eaa7385 /templates | |
parent | 5d20bf155acd68a2b41c183f63bea3eee1147434 (diff) |
nvm -> dbf?hafas=11.30.5
Diffstat (limited to 'templates')
-rw-r--r-- | templates/use_external_links.html.ep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/use_external_links.html.ep b/templates/use_external_links.html.ep index 4540e40..d7bebd7 100644 --- a/templates/use_external_links.html.ep +++ b/templates/use_external_links.html.ep @@ -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> |