update
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-08 23:35:37 +02:00
parent 836499d10d
commit 96144d809c
78 changed files with 5871 additions and 502 deletions
+5 -4
View File
@@ -32,13 +32,14 @@
<td><%= p.raceLabel %></td>
<td><%= fmt.formatMoney(p.money) %></td>
<td>
<% if (p.isOnline) { %>
<span class="tag tag-online">En ligne</span>
<% if (p.isDead) { %>
<span class="tag tag-dead">Mort</span>
<small class="muted death-date"><%= p.deathTimeFormatted %></small>
<% } else { %>
<span class="tag tag-offline">Hors ligne</span>
<span class="tag tag-alive">Vivant</span>
<% } %>
</td>
<td><%= fmt.formatDuration(p.total_time_play) %></td>
<td><%= fmt.formatPlayTime(p.total_time_play) %></td>
</tr>
<% }); %>
</tbody>