summaryrefslogtreecommitdiff
path: root/templates/patchmetrics/report_project_activity.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchmetrics/report_project_activity.html')
-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 %}