diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 21:17:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 21:17:45 +0100 |
commit | 6b4a82da32e28f48695e284f81931888bc2950e3 (patch) | |
tree | 6d421e7080fe78fbef726ce60163e630466fffe4 /templates/_history_stats.html.ep | |
parent | f115283cb82c49841dec2c154089600cc19a0e07 (diff) |
inconsistent journeys: link to journeys
Diffstat (limited to 'templates/_history_stats.html.ep')
-rw-r--r-- | templates/_history_stats.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_history_stats.html.ep b/templates/_history_stats.html.ep index 86a3c94..4d702a1 100644 --- a/templates/_history_stats.html.ep +++ b/templates/_history_stats.html.ep @@ -10,8 +10,8 @@ vorherigen Zugfahrt und wurden bei der Wartezeitberechnung ignoriert. <ul> - % for my $date (@{$stats->{inconsistencies}}) { - <li><%= $date %></li> + % for my $field (@{$stats->{inconsistencies}}) { + <li><a href="/journey/<%= $field->[1] %>"><%= $field->[0] %></a></li> % } </ul> </p> |