@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user