diff options
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> |