liquid_feedback_frontend
diff app/main/initiative/_list.lua @ 480:af496baa9bda
Added search function again and raised initiatve list limit to 25
| author | bsw |
|---|---|
| date | Thu Mar 15 13:12:51 2012 +0100 (2012-03-15) |
| parents | 0df9f48e5ce9 |
| children | c1dc3b14a4f3 |
line diff
1.1 --- a/app/main/initiative/_list.lua Thu Mar 15 12:43:11 2012 +0100 1.2 +++ b/app/main/initiative/_list.lua Thu Mar 15 13:12:51 2012 +0100 1.3 @@ -49,7 +49,7 @@ 1.4 ui.paginate{ 1.5 name = issue and "issue_" .. tostring(issue.id) .. "_page" or nil, 1.6 selector = initiatives_selector, 1.7 - per_page = param.get("per_page", atom.number) or limit, 1.8 + per_page = param.get("per_page", atom.number) or limit or 25, 1.9 content = function() 1.10 local initiatives = initiatives_selector:exec() 1.11 if highlight_initiative then