liquid_feedback_frontend
diff app/main/lf2/_avatars.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 | 4f6e6b213fb8 |
line diff
1.1 --- a/app/main/lf2/_avatars.lua Wed Mar 02 20:06:26 2011 +0100 1.2 +++ b/app/main/lf2/_avatars.lua Thu Mar 03 18:39:00 2011 +0100 1.3 @@ -22,7 +22,7 @@ 1.4 image = "lf2/icon_delegation.png" 1.5 text = _"Issue delegation" 1.6 end 1.7 - if param.get("arrows", atom.boolean) and (i > 1 or #members == 1) then 1.8 + if param.get("arrows", atom.boolean) and (i > 1) then 1.9 ui.image{ attr = { title = text, alt = text, class = class }, static = image } 1.10 slot.put(member.scope) 1.11 end