summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-03-31 09:22:10 -0500
committerAndy Doan <andy.doan@linaro.org>2015-03-31 09:22:10 -0500
commitfcac9e4fb88e598b4f68c893973964ef238ffe82 (patch)
treec9197dcd2e730949ff49af8763c06cdea63dbc39 /templates
parent5a81c13c8310f18a2146a4fdf669632fbfcdb4a4 (diff)
add 1 month column to report
Change-Id: I552ff877114edc8f1e7995ecb53fcf0edcb4d13e
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/report_project_activity.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchmetrics/report_project_activity.html b/templates/patchmetrics/report_project_activity.html
index e734018..89759ae 100644
--- a/templates/patchmetrics/report_project_activity.html
+++ b/templates/patchmetrics/report_project_activity.html
@@ -7,7 +7,7 @@
<h2>Top {{ summary|length}} Linaro Project Contributions</h2>
<table class="patchlist">
- <tr><th>Project</th><th>Last year</th><th>6 months</th><th>3 months</th></tr>
+ <tr><th>Project</th><th>12 months</th><th>6 months</th><th>3 months</th><th>1 month</th></tr>
{% for s in summary %}
<tr class="{% cycle 'odd' 'even' %}">{% for td in s %}<td>{{td}}</td>{% endfor %}</tr>
{% endfor %}