Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/template/digest.html

Issue 8625042: Reports - user usefullness (Closed)
Patch Set: Reports - user usefulness Created Oct. 29, 2012, 12:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/reports/static/reports.js ('k') | sitescripts/reports/template/report.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/template/digest.html
===================================================================
--- a/sitescripts/reports/template/digest.html
+++ b/sitescripts/reports/template/digest.html
@@ -256,7 +256,7 @@
else if (/\S/.test(report.comment))
weight += 0.5;
if (report.contact)
- weight += 0.3;
+ weight += report.score;
return weight;
}
« no previous file with comments | « sitescripts/reports/static/reports.js ('k') | sitescripts/reports/template/report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld