diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-11 22:33:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-11 22:33:54 +0100 |
commit | fa21ea4bce78edbf3649d656b98d96f88b0b0aaf (patch) | |
tree | 1855ddf34c1ee70e5fcc7d521f3ecfccd119926e /templates | |
parent | dcdea4247b6457202ce746814ff44d249c32d8b5 (diff) |
Wagonorder: refactor dbdb requests
Diffstat (limited to 'templates')
-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 3a68c80..d55d3cb 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><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} %>.png">Umlaufplan</a></div> % } % if (param('detailed') and $details->{commonAttr}) { % if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) { |