summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-06-01 16:57:23 -0500
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2015-06-05 18:27:27 +0000
commit24232ceaa2496795629a166ffb00bb49ac306978 (patch)
treed9ab7b8d57746e0b13f1dc9234dd5113aab27b9f /templates
parent9e5b5f2be2f8c275d6ef4556b75b3e91df4ee28b (diff)
improve performance of "teams" overview page
This page was impossibly slow. Now its only really slow. This can't be improved until we have a better way to track patch contributions. This change causes us to have an unused function which I was happy to remove Change-Id: If240965cd5b04d681ed28afb9c017a683ac854e1
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 %}