Add links to contribution report
Change-Id: I79b0ecdd69368483620473bdbd20f01abb4efef6
This commit is contained in:
@@ -67,7 +67,7 @@ Cores
|
|||||||
|
|
||||||
for (i in module_list) {
|
for (i in module_list) {
|
||||||
module = module_list[i];
|
module = module_list[i];
|
||||||
head_row.append($("<th>" + module + "</th>"));
|
head_row.append($("<th>" + module + "<a href='/report/contribution/" + module + "/30' target='_blank'> </a></th>"));
|
||||||
}
|
}
|
||||||
|
|
||||||
head_row.append($("<th>Total</th>"));
|
head_row.append($("<th>Total</th>"));
|
||||||
|
|||||||
Reference in New Issue
Block a user