Use display name in session list
This commit is contained in:
parent
86e25b84ab
commit
64edca9ffa
|
@ -11,6 +11,7 @@
|
|||
* increase session count on game overview when starting a new session
|
||||
* game overview: sort purchases also by date purchased (on top of date released)
|
||||
* stats: improve purchase name consistency
|
||||
* session list: use display name instead of sort name
|
||||
|
||||
## Fixed
|
||||
* Fix title not being displayed on the Recent sessions page
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<td class="px-2 sm:px-4 md:px-6 md:py-2 purchase-name truncate max-w-20char md:max-w-40char">
|
||||
<a class="underline decoration-slate-500 sm:decoration-2"
|
||||
href="{% url 'view_game' session.purchase.edition.game.id %}">
|
||||
{{ session.purchase.edition }}
|
||||
{{ session.purchase.edition.name }}
|
||||
</a>
|
||||
</td>
|
||||
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono hidden sm:table-cell">
|
||||
|
|
Loading…
Reference in New Issue