diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-31 23:53:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-31 23:53:28 +0200 |
commit | b0e0ec8739e0941b777d56cb5eca973dd4a5155a (patch) | |
tree | b90daa42f5e0b20d13c54851a3be427c814fc0e3 /templates/layouts | |
parent | e74a1ee61211e6b99ce5e143f2c50edad0815851 (diff) |
do not show dbwagenreihung in backend list, it's only loaded on wagenreihung
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 4167ec0..a177a17 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -246,8 +246,6 @@ Bitte eine Station aus der Liste auswählen</div> <a href="https://finalrewind.org/projects/db-fakedisplay/">db-infoscreen</a> v<%= stash('version') // '???' %><br/> Backends:<br/> -<a href="https://finalrewind.org/projects/Travel-Status-DE-DBWagenreihung/">Travel::Status::DE::DBWagenreihung</a> -v<%= $Travel::Status::DE::DBWagenreihung::VERSION %><br/> <a href="https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::HAFAS</a> v<%= $Travel::Status::DE::HAFAS::VERSION %><br/> <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a> |