Merge "Add tooltip to star symbol which marks core reviewers"
This commit is contained in:
commit
3eea6eb19d
@ -139,7 +139,7 @@ function renderTableAndChart(url, container_id, table_id, chart_id, link_param,
|
||||
}
|
||||
|
||||
if (data[i].core == "master") {
|
||||
data[i].link += ' ✻'
|
||||
data[i].link += " <span title=\"Core Reviewer\">✻</span>"
|
||||
} else if (data[i].core) {
|
||||
data[i].link += " ✬ <small><i>" + data[i].core + "</i></small>";
|
||||
}
|
||||
|
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
if (tableData[i].core == "master") {
|
||||
tableData[i].link += " ✻";
|
||||
tableData[i].link += " <span title=\"Core Reviewer\">✻</span>";
|
||||
summary.core_marks += tableData[i].mark;
|
||||
summary.core_reviewers ++;
|
||||
} else if (tableData[i].core) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user