Anton Shestakov <av6@dwimlabs.net>, Sat, 20 Aug 2016 10:10:40 +0800
viewer: show 30 latest checks on project page (was: 10)
The page needs some "load more" buttons, but this'll do for now.
--- a/candolint/handlers.py Thu Aug 11 23:21:04 2016 +0800
+++ b/candolint/handlers.py Sat Aug 20 10:10:40 2016 +0800
.select(Change, *Check.get_light_fields())
.where(Check.project == project)
self.render('project.html', project=project, checks=checks)