liquid_feedback_frontend
diff app/main/lf2/_issues.lua @ 213:acf92c2d33f4
Seperated css and fixed issue delegations for second generation frontend
| author | bsw |
|---|---|
| date | Thu Mar 03 21:26:35 2011 +0100 (2011-03-03) |
| parents | 3e4ad069847a |
| children | 1dab81353eb1 |
line diff
1.1 --- a/app/main/lf2/_issues.lua Thu Mar 03 18:39:00 2011 +0100 1.2 +++ b/app/main/lf2/_issues.lua Thu Mar 03 21:26:35 2011 +0100 1.3 @@ -85,7 +85,7 @@ 1.4 ui.box_col{ class = "interest left", content = function() 1.5 if interest then 1.6 ui.image{ static = "lf2/icon_star.png" } 1.7 - if issue.closed then 1.8 + if issue.close then 1.9 slot.put(" ", _"You were interested in this issue") 1.10 else 1.11 slot.put(" ", _"You are interested in this issue")