Update leaderboard to display command in a preformatted block.

This commit is contained in:
Paul Gauthier 2024-05-03 15:33:32 -07:00
parent 471d637694
commit 0e79b3dcc6

View file

@ -15,7 +15,7 @@
<tr>
<td>{{ row.model }}</td>
<td>{{ row.second }}%</td>
<td>`{{ row.command }}`</td>
<td><pre>{{ row.command }}</pre></td>
<td>{{ row.format }}</td>
</tr>
{% endfor %}