summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/teams.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchmetrics/teams.html b/templates/patchmetrics/teams.html
index 143547a..cdf2e1a 100644
--- a/templates/patchmetrics/teams.html
+++ b/templates/patchmetrics/teams.html
@@ -22,8 +22,8 @@
>{{team_data.0.display_name}}</a>
</td>
{% for count in team_data.1 %}
- <td style="text-align: right">{{ count.0 }}
- (<span style="color: green">{{ count.1 }}</span>)</td>
+ <td style="text-align: right">{{ count.1 }}
+ (<span style="color: green">{{ count.2 }}</span>)</td>
{% endfor %}
</tr>
{% endfor %}