liquid_feedback_frontend
diff app/main/initiative/_current_draft.lua @ 276:f460555c9896
Code cleanup
author | bsw |
---|---|
date | Sun Feb 12 20:03:26 2012 +0100 (2012-02-12) |
parents | d13b27a37ad5 |
children |
line diff
1.1 --- a/app/main/initiative/_current_draft.lua Sun Feb 12 13:42:08 2012 +0100 1.2 +++ b/app/main/initiative/_current_draft.lua Sun Feb 12 20:03:26 2012 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 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 - attr = { style = "float: right;" }, 1.8 + attr = { class = "actions" }, 1.9 content = function() 1.10 ui.image{ static = "icons/16/script_add.png" } 1.11 slot.put(_"Edit draft") 1.12 @@ -16,7 +16,7 @@ 1.13 1.14 if initiator and initiator.accepted and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.15 ui.link{ 1.16 - attr = { class = "action", style = "float: right;" }, 1.17 + attr = { class = "actions" }, 1.18 content = function() 1.19 ui.image{ static = "icons/16/script_delete.png" } 1.20 slot.put(_"Revoke initiative")