liquid_feedback_frontend
diff app/main/initiative/show_support.lua @ 271:d13b27a37ad5
Optical enhancements, some repositioning of ui elements
| author | bsw |
|---|---|
| date | Tue Feb 07 22:30:48 2012 +0100 (2012-02-07) |
| parents | 00d1004545f1 |
| children | 7196685f9dd7 |
line diff
1.1 --- a/app/main/initiative/show_support.lua Tue Feb 07 20:03:31 2012 +0100 1.2 +++ b/app/main/initiative/show_support.lua Tue Feb 07 22:30:48 2012 +0100 1.3 @@ -22,18 +22,6 @@ 1.4 view = "_show_box", 1.5 params = { initiative = initiative } 1.6 } 1.7 - if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.8 - ui.link{ 1.9 - attr = { class = "action", style = "float: left;" }, 1.10 - content = function() 1.11 - ui.image{ static = "icons/16/script_delete.png" } 1.12 - slot.put(_"Revoke initiative") 1.13 - end, 1.14 - module = "initiative", 1.15 - view = "revoke", 1.16 - id = initiative.id 1.17 - } 1.18 - end 1.19 end 1.20 } 1.21 end