liquid_feedback_frontend
diff app/main/lf2/_interested.lua @ 215:1dab81353eb1
More enhancements for second generation frontend
| author | bsw |
|---|---|
| date | Sat Mar 05 15:34:17 2011 +0100 (2011-03-05) |
| parents | 3e4ad069847a |
| children | 4f6e6b213fb8 |
line diff
1.1 --- a/app/main/lf2/_interested.lua Thu Mar 03 23:47:35 2011 +0100 1.2 +++ b/app/main/lf2/_interested.lua Sat Mar 05 15:34:17 2011 +0100 1.3 @@ -1,5 +1,5 @@ 1.4 local interested_members = param.get("interested_members", "table") 1.5 -ui.box{ content = function() 1.6 +ui.box{ row_count = 2, content = function() 1.7 ui.box_row{ class = "head interested", content = function() 1.8 ui.box_col{ class = "head left", content = _"Members, interested in this issue" } 1.9 ui.box_col{ class = "right", content = _("#{count} members", { count = #interested_members }) }