liquid_feedback_frontend
diff app/main/initiative/_suggestions.lua @ 45:58beb12bc024
merge
author | Dinu Gherman |
---|---|
date | Mon Mar 08 22:59:41 2010 +0100 (2010-03-08) |
parents | 53a45356c107 |
children | 0849be391140 |
line diff
1.1 --- a/app/main/initiative/_suggestions.lua Mon Mar 08 22:58:57 2010 +0100 1.2 +++ b/app/main/initiative/_suggestions.lua Mon Mar 08 22:59:41 2010 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 local initiative = param.get("initiative", "table") 1.5 1.6 -if not initiative.issue.fully_frozen and not initiative.issue.closed and not initiative.revoked then 1.7 +if not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.8 ui.link{ 1.9 content = function() 1.10 ui.image{ static = "icons/16/comment_add.png" }