summaryrefslogtreecommitdiff
path: root/templates/_history_stats.html.ep
AgeCommit message (Collapse)AuthorLines
2024-01-01history stats: make inconsistency hint less obnoxiousBirte Kristina Friesel-26/+8
2023-08-14hafas preparations: Zug → FahrtBirte Kristina Friesel-2/+2
2023-05-23fix excess column in history statisticsnetworkException-1/+1
This patch fixes a typo in the history stats template. Previously, the HTML parser would close the travel time table data cell element but also create a new, empty table data cell in the process. This empty excess cell would create a new column in the table, causing all other rows to be shifted in the layout. Now the open travel time data cell element gets closed properly without creating a new cell, allowing the whole table to right align neatly.
2023-02-04improve inconsistency list1.29.18Daniel Friesel-4/+7
2023-02-04inconsistent journeys: link to journeysDaniel Friesel-2/+2
2022-12-25history_stats: remove number of journeys; will be shown in reviewDaniel Friesel-4/+0
2020-10-06Stats: Fix handling of negative cumulative arrival/departure delays1.18.1Daniel Friesel-5/+5
2019-05-16Further color improvementsmarudor-1/+1
2019-04-28Handle inconsistent data when calculating monthly/yearly statsDaniel Friesel-0/+23
Closes #11
2019-04-07Refactor history template, add yearly statsDaniel Friesel-0/+33