liquid_feedback_frontend
diff app/main/issue/_list.lua @ 422:7ebf90c7d436
Show more events link and code cleanup
| author | bsw |
|---|---|
| date | Sat Mar 10 18:02:32 2012 +0100 (2012-03-10) |
| parents | 699b9fa7bc36 |
| children | b04d1f79508e |
line diff
1.1 --- a/app/main/issue/_list.lua Sat Mar 10 17:54:15 2012 +0100 1.2 +++ b/app/main/issue/_list.lua Sat Mar 10 18:02:32 2012 +0100 1.3 @@ -36,7 +36,7 @@ 1.4 1.5 filters.content = function() 1.6 ui.paginate{ 1.7 - per_page = tonumber(param.get("per_page")), 1.8 + per_page = tonumber(param.get("per_page") or 25), 1.9 selector = issues_selector, 1.10 content = function() 1.11 local highlight_string = param.get("highlight_string", "string")