liquid_feedback_frontend
diff app/main/initiative/_list.lua @ 272:65a1f7a01e7b
More optical enhancements and repositioning of elements
| author | bsw |
|---|---|
| date | Wed Feb 08 00:55:17 2012 +0100 (2012-02-08) |
| parents | 08a5e1226da2 |
| children | aec9df5b4cd3 |
line diff
1.1 --- a/app/main/initiative/_list.lua Tue Feb 07 22:30:48 2012 +0100 1.2 +++ b/app/main/initiative/_list.lua Wed Feb 08 00:55:17 2012 +0100 1.3 @@ -213,17 +213,4 @@ 1.4 } 1.5 end 1.6 1.7 - if app.session.member_id and not (issue.fully_frozen or issue.closed) then 1.8 - slot.put(" ") 1.9 - ui.link{ 1.10 - content = function() 1.11 - ui.image{ static = "icons/16/script_add.png" } 1.12 - slot.put(" ") 1.13 - slot.put(_"Create alternative initiative") 1.14 - end, 1.15 - module = "initiative", 1.16 - view = "new", 1.17 - params = { issue_id = issue.id } 1.18 - } 1.19 - end 1.20 end