summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-07-08 12:08:05 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-07-08 12:08:05 -0300
commitc252a4da4d6bd904f57599081aa00a038337e691 (patch)
tree63e6d656714a8b8c7e6a6361ae573cc424039f7f /templates
parent2345a714daf3b023089101bb86792bbad1fc6966 (diff)
Show number of patch authors for the previous month on the front page
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/frontpage.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/patchmetrics/frontpage.html b/templates/patchmetrics/frontpage.html
index f5fec91..bc49054 100644
--- a/templates/patchmetrics/frontpage.html
+++ b/templates/patchmetrics/frontpage.html
@@ -22,9 +22,10 @@
<h1>Statistics for patches submitted upstream by Linaro engineers</h1>
-<p><strong>{{submitted_on_month}}</strong> patches were submitted in
-{{month}}, and <strong>{{submitted_and_accepted_on_month}}</strong>
-of those have already been accepted upstream.</p>
+<p>In {{month}} there were <strong>{{submitted_on_month}} patches</strong>
+submitted by <strong>{{distinct_monthly_authors}} engineers</strong>, and
+<strong>{{submitted_and_accepted_on_month}}</strong> of those patches have
+already been accepted upstream.</p>
<p>There were also <strong>{{old_patches_accepted_on_month}}</strong>
patches submitted in previous months that were accepted upstream in {{month}}.