We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906c6cb commit 8a2e19cCopy full SHA for 8a2e19c
views/chart.tt
@@ -24,7 +24,7 @@
24
[% FOREACH i IN order.nsort %]
25
<tr>
26
<td nowrap><a href="[% base %][% link.$i %]">[% i.ucfirst %]</a>:</td>
27
- <td nowrap>[% average.$i %] | [% discord.$i %] (difference: [% diff.$i %]) => [% prop.$i %]</td>
+ <td nowrap><b>[% prop.$i %]</b> ( [% average.$i %] = [% discord.$i %] = [% diff.$i %] )</td>
28
</tr>
29
[% END %]
30
0 commit comments