diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 77a61ba..3a68c80 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -228,6 +228,9 @@ % } </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> +% } % if (param('detailed') and $details->{commonAttr}) { % if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) { <div class="db-attr"> |