Add links to contribution report

Change-Id: I79b0ecdd69368483620473bdbd20f01abb4efef6
This commit is contained in:
Ilya Shakhat
2014-07-23 15:15:43 +04:00
parent 87e24f6e52
commit be0b33979f

View File

@@ -67,7 +67,7 @@ Cores
for (i in module_list) {
module = module_list[i];
head_row.append($("<th>" + module + "</th>"));
head_row.append($("<th>" + module + "<a href='/report/contribution/" + module + "/30' target='_blank'>&nbsp;</a></th>"));
}
head_row.append($("<th>Total</th>"));