Fix historical leaderboard labels, stats ranking table uniformity and publish Steam icon
This commit is contained in:
@@ -87,11 +87,11 @@
|
||||
<label class="stats-search-form__label" for="ranking-metric">
|
||||
Métrica
|
||||
<select class="ranking-select" id="ranking-metric" name="metric">
|
||||
<option value="kills">Kills totales</option>
|
||||
<option value="deaths">Deaths</option>
|
||||
<option value="teamkills">Teamkills</option>
|
||||
<option value="matches_considered">Partidas jugadas</option>
|
||||
<option value="kd_ratio">K/D</option>
|
||||
<option value="kills">Kills</option>
|
||||
<option value="deaths">Muertes</option>
|
||||
<option value="teamkills">TK</option>
|
||||
<option value="matches_considered">Partidas</option>
|
||||
<option value="kd_ratio">KD</option>
|
||||
<option value="kills_per_match">Kills/partida</option>
|
||||
</select>
|
||||
</label>
|
||||
@@ -120,11 +120,11 @@
|
||||
<th>Pos.</th>
|
||||
<th>Jugador</th>
|
||||
<th id="ranking-metric-heading">Valor activo</th>
|
||||
<th>Kills</th>
|
||||
<th>Deaths</th>
|
||||
<th>Teamkills</th>
|
||||
<th>Partidas</th>
|
||||
<th>K/D</th>
|
||||
<th>Kills</th>
|
||||
<th>Muertes</th>
|
||||
<th>TK</th>
|
||||
<th>KD</th>
|
||||
<th id="ranking-kpp-heading">Kills/partida</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user