diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-12 18:47:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-12 18:47:38 +0100 |
commit | 96de9c9aeffb10964f521d8ce4edcf1b2bb73f0f (patch) | |
tree | 98c9faaa2e143d13bcf8a1e2a585ffff1013e966 /templates/_train_details.html.ep | |
parent | bbeba25a398a8a473f572819966c1c82a6429548 (diff) |
train_details: link to SVG cycle plan
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index d55d3cb..6bd318f 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -229,7 +229,7 @@ </ul> <!-- mroute --> % } % if (param('detailed') and $departure->{has_cycle}) { - <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.png">Umlaufplan</a></div> + <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.svg">Umlaufplan</a></div> % } % if (param('detailed') and $details->{commonAttr}) { % if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) { |