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