liquid_feedback_frontend
diff app/main/issue/_show_head.lua @ 7:3941792e8be6
Version beta3
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
| author | bsw |
|---|---|
| date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
| parents | 8d91bccab0bf |
| children | 72c5e0ee7c98 |
line diff
1.1 --- a/app/main/issue/_show_head.lua Sat Jan 02 12:00:00 2010 +0100 1.2 +++ b/app/main/issue/_show_head.lua Sat Jan 02 12:00:00 2010 +0100 1.3 @@ -64,7 +64,8 @@ 1.4 params = { issue_id = issue.id } 1.5 } 1.6 end 1.7 - 1.8 + 1.9 +--[[ 1.10 if issue.state == "accepted" then 1.11 -- TODO 1.12 ui.link{ 1.13 @@ -74,6 +75,7 @@ 1.14 end, 1.15 } 1.16 end 1.17 +--]] 1.18 1.19 end) 1.20