diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-12-25 22:45:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-12-25 22:45:52 +0100 |
commit | 187f7bf7caf6880e15845ba5b40a8d06d38c8b07 (patch) | |
tree | e4eeb2bd568efffe56a18a9175f92e5790b4b514 | |
parent | e15778be0d3e0bfa89ac607cab53ab7ab37778f6 (diff) |
history_stats: remove number of journeys; will be shown in review
-rw-r--r-- | templates/_history_stats.html.ep | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/_history_stats.html.ep b/templates/_history_stats.html.ep index d6c7979..86a3c94 100644 --- a/templates/_history_stats.html.ep +++ b/templates/_history_stats.html.ep @@ -26,10 +26,6 @@ <table class="striped"> <tr> <th scope="row">Fahrten</th> - <td><%= $stats->{num_journeys} %></td> - </tr> - <tr> - <th scope="row">Züge</th> <td><%= $stats->{num_trains} %></td> </tr> <tr> |