liquid_feedback_frontend
diff app/main/vote/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 | 068ad175ebd7 |
| children | c587d8762e62 |
line diff
1.1 --- a/app/main/vote/list.lua Fri Feb 17 15:14:50 2012 +0100 1.2 +++ b/app/main/vote/list.lua Fri Feb 17 15:16:02 2012 +0100 1.3 @@ -399,7 +399,8 @@ 1.4 end 1.5 ui.container{ 1.6 content = function() 1.7 - slot.put(encode.html(initiative.shortened_name)) 1.8 + ui.tag{ content = "i" .. initiative.id .. ": " } 1.9 + ui.tag{ content = initiative.shortened_name } 1.10 if #initiators > 1 then 1.11 ui.container{ 1.12 attr = { style = "font-size: 80%;" },