liquid_feedback_frontend
diff env/ui/field/negative_votes.lua @ 31:a6caaff47205
Report view for all closed issues added
author | bsw |
---|---|
date | Tue Feb 23 21:09:10 2010 +0100 (2010-02-23) |
parents | 3bfb2fcf7ab9 |
children |
line diff
1.1 --- a/env/ui/field/negative_votes.lua Sun Feb 21 17:34:37 2010 +0100 1.2 +++ b/env/ui/field/negative_votes.lua Tue Feb 23 21:09:10 2010 +0100 1.3 @@ -8,9 +8,6 @@ 1.4 attr = { class = "value" }, 1.5 content = function() 1.6 slot.put(tostring(value) .. ' ') 1.7 - ui.image{ 1.8 - static = "icons/16/delete.png" 1.9 - } 1.10 end 1.11 } 1.12 end