summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-12 18:47:38 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-12 18:47:38 +0100
commit96de9c9aeffb10964f521d8ce4edcf1b2bb73f0f (patch)
tree98c9faaa2e143d13bcf8a1e2a585ffff1013e966
parentbbeba25a398a8a473f572819966c1c82a6429548 (diff)
train_details: link to SVG cycle plan
-rw-r--r--templates/_train_details.html.ep2
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})) {