Skip to content

Commit

Permalink
Update scoreboard to include total points for each score
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Aug 23, 2019
1 parent 2e829d5 commit 5cdb7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/client-scores.html
Expand Up @@ -165,7 +165,7 @@
{{ site.data.nicenames.family[client-family] | default: client-family }}
({{ site.data.nicenames.platform[client-platform] | default: client-platform }})
</span>:
{{ client-scores-y[i] | times: 1 }}
{{ client-scores-y[i] | times: 1 }}<small>/{{ client-scores-y[i] | plus: client-scores-a[i] | plus: client-scores-n[i] }}</small>
</span>
</li>
{% endfor %}
Expand Down

0 comments on commit 5cdb7c8

Please sign in to comment.