Add stat for finished this year's games

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 07:40:29 +01:00
parent 015b6db2f7
commit 13b750ca92
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
### Unreleased
## New
* Add stat for finished this year's games
## 1.4.0 / 2023-11-09 21:01+01:00 ## 1.4.0 / 2023-11-09 21:01+01:00
### New ### New

View File

@ -45,6 +45,10 @@
<td class="px-2 sm:px-4 md:px-6 md:py-2">Finished</td> <td class="px-2 sm:px-4 md:px-6 md:py-2">Finished</td>
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono">{{ all_finished_this_year.count }}</td> <td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono">{{ all_finished_this_year.count }}</td>
</tr> </tr>
<tr>
<td class="px-2 sm:px-4 md:px-6 md:py-2">Finished ({{ year }})</td>
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono">{{ this_year_finished_this_year.count }}</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>