diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2021-01-12 19:28:55 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-12 19:28:55 +0100 | 
| commit | 4ae2f6dacd2190a48f5d41b6f53028ba11044c8c (patch) | |
| tree | 10e18e5e72e19a140b7d07a62184e7798578ba4c | |
| parent | 2c5e7e8d20b58e9581f8028e273289e893b673ea (diff) | |
disclaimer++3.10.0
| -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})) { | 
