# HG changeset patch # User Steve Losh # Date 1265457070 18000 # Node ID 83f2e11a22be0f87ffd916cafa19299c0017fe84 # Parent 475b1a88664536d4634d499e838de70fc86b9353 Display skipped comments on the last hunk in the web UI. diff -r 475b1a886645 -r 83f2e11a22be review/web_templates/review.html --- a/review/web_templates/review.html Sat Feb 06 12:38:57 2010 +0100 +++ b/review/web_templates/review.html Sat Feb 06 06:51:10 2010 -0500 @@ -120,6 +120,15 @@ … skipped ${ skipped_count } lines … + $ skipped_comments = filter(lambda c: max(c.lines) in range(previous_n + 1, max_line), line_level_comments) + $for comment in skipped_comments: + +
+
+ +
${ comment.message }
+
+