liquid_feedback_frontend
diff app/main/area/_list.lua @ 285:6c88b4bfb56c
Apply interest/support filter for member at member page
author | bsw |
---|---|
date | Fri Feb 17 15:16:02 2012 +0100 (2012-02-17) |
parents | 808269b7f41c |
children | 76d7eafb3893 |
line diff
1.1 --- a/app/main/area/_list.lua Fri Feb 17 15:14:50 2012 +0100 1.2 +++ b/app/main/area/_list.lua Fri Feb 17 15:16:02 2012 +0100 1.3 @@ -214,25 +214,7 @@ 1.4 params = { filter = "cancelled", issue_list = "newest", tab = "issues" } 1.5 } 1.6 end 1.7 - }, 1.8 - { 1.9 - content = function(record) 1.10 - if record.issues_to_vote_count > 0 then 1.11 - ui.link{ 1.12 - attr = { class = "not_voted" }, 1.13 - text = _"Not yet voted" .. ": " .. tostring(record.issues_to_vote_count), 1.14 - module = "area", 1.15 - view = "show", 1.16 - id = record.id, 1.17 - params = { 1.18 - filter = "frozen", 1.19 - filter_voting = "not_voted", 1.20 - tab = "issues" 1.21 - } 1.22 - } 1.23 - end 1.24 - end 1.25 - }, 1.26 + } 1.27 } 1.28 } 1.29 --[[