liquid_feedback_frontend
diff app/main/issue/_show.lua @ 715:21ae6ff8629a
Optical improvements
author | bsw |
---|---|
date | Wed Jun 27 01:56:07 2012 +0200 (2012-06-27) |
parents | e9cf53cd5954 |
children | fda70d12e695 |
line diff
1.1 --- a/app/main/issue/_show.lua Wed Jun 27 00:29:13 2012 +0200 1.2 +++ b/app/main/issue/_show.lua Wed Jun 27 01:56:07 2012 +0200 1.3 @@ -219,9 +219,10 @@ 1.4 params = { 1.5 issue = issue, 1.6 initiatives_selector = initiatives_selector, 1.7 + highlight_initiative = for_initiative, 1.8 highlight_string = highlight_string, 1.9 no_sort = true, 1.10 - limit = 5, 1.11 + limit = (for_listing or for_initiative) and 5 or nil, 1.12 for_member = for_member 1.13 } 1.14 }