liquid_feedback_frontend
diff app/main/supporter/_show_box.lua @ 722:b1ba5d237b6d
Optical improvements
author | bsw |
---|---|
date | Wed Jun 27 22:19:49 2012 +0200 (2012-06-27) |
parents | cdd0bcbbef8b |
children | 344e5fdce8c9 |
line diff
1.1 --- a/app/main/supporter/_show_box.lua Wed Jun 27 22:14:38 2012 +0200 1.2 +++ b/app/main/supporter/_show_box.lua Wed Jun 27 22:19:49 2012 +0200 1.3 @@ -96,7 +96,6 @@ 1.4 end 1.5 if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.6 ui.link{ 1.7 - image = { static = "icons/16/comments.png" }, 1.8 text = _"change discussion URL", 1.9 module = "initiative", 1.10 view = "edit", 1.11 @@ -107,7 +106,6 @@ 1.12 if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.13 ui.link{ 1.14 content = function() 1.15 - ui.image{ static = "icons/16/script_add.png" } 1.16 slot.put(_"Edit draft") 1.17 end, 1.18 module = "draft", 1.19 @@ -120,7 +118,6 @@ 1.20 if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.21 ui.link{ 1.22 content = function() 1.23 - ui.image{ static = "icons/16/script_delete.png" } 1.24 slot.put(_"Revoke initiative") 1.25 end, 1.26 module = "initiative",