# HG changeset patch # User bsw # Date 1340828389 -7200 # Node ID b1ba5d237b6da79beddae12a6f3ed201b6f33ed4 # Parent bf666fd13628f6adb0805d8a434aee6856d46745 Optical improvements diff -r bf666fd13628 -r b1ba5d237b6d app/main/supporter/_show_box.lua --- a/app/main/supporter/_show_box.lua Wed Jun 27 22:14:38 2012 +0200 +++ b/app/main/supporter/_show_box.lua Wed Jun 27 22:19:49 2012 +0200 @@ -96,7 +96,6 @@ end if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then ui.link{ - image = { static = "icons/16/comments.png" }, text = _"change discussion URL", module = "initiative", view = "edit", @@ -107,7 +106,6 @@ if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then ui.link{ content = function() - ui.image{ static = "icons/16/script_add.png" } slot.put(_"Edit draft") end, module = "draft", @@ -120,7 +118,6 @@ if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then ui.link{ content = function() - ui.image{ static = "icons/16/script_delete.png" } slot.put(_"Revoke initiative") end, module = "initiative",