history_stats: remove number of journeys; will be shown in review

This commit is contained in:
Daniel Friesel 2022-12-25 22:45:52 +01:00
parent e15778be0d
commit 187f7bf7ca
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -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>