liquid_feedback_frontend
diff app/main/lf2/_interested.lua @ 212:3e4ad069847a
Some more work at 2nd generation frontend code
| author | bsw |
|---|---|
| date | Thu Mar 03 18:39:00 2011 +0100 (2011-03-03) |
| parents | 4993b71b383f |
| children | 1dab81353eb1 |
line diff
1.1 --- a/app/main/lf2/_interested.lua Wed Mar 02 20:06:26 2011 +0100 1.2 +++ b/app/main/lf2/_interested.lua Thu Mar 03 18:39:00 2011 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 local interested_members = param.get("interested_members", "table") 1.5 ui.box{ content = function() 1.6 ui.box_row{ class = "head interested", content = function() 1.7 - ui.box_col{ class = "", content = _"Interested members" } 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 }) } 1.10 end } 1.11 ui.box_row{ class = "interested", content = function() 1.12 - ui.box_col{ content = _"The interested members are updated after some time." } 1.13 ui.box_col{ class = "", content = function() 1.14 execute.view{ module = "lf2", view = "_avatars", params = { members = interested_members } } 1.15 end }