diff options
-rw-r--r-- | templates/_train_details.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 8459e65..e1f242f 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -229,7 +229,8 @@ </ul> <!-- mroute --> % } % if ($departure->{has_cycle}) { - <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.svg">Umlaufplan</a></div> + <div class="db-attr"><a href="https://lib.finalrewind.org/dbdb/db_umlauf/<%= $departure->{train_no} %>.svg">Umlaufplan</a> + (ggf. fehlerhaft)</div> % } % if ($details->{commonAttr}) { % if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) { |