Remove cards column

This commit is contained in:
Laura Hausmann 2023-05-19 20:03:45 +02:00
parent 63e261c9be
commit 74ffce7b6d
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -79,7 +79,6 @@
<tr>
<th scope="col">Nickname</th>
<th scope="col">Balance</th>
<th scope="col">Cards</th>
<th scope="col">Actions</th>
</tr>
</thead>
@ -92,9 +91,6 @@
<td>
@($"{user.Balance / 100M:C}")
</td>
<td>
<b>@db.Cards.Count(p => p.User.Id == user.Id)</b> cards linked.
</td>
<td>
<!-- Displayed when in big layout -->
<form method="POST">