liquid_feedback_frontend
diff app/main/initiative/_show_voting.lua @ 24:81586ea68d57
Minor bugfixes
app/main/initiative/_list.lua:
Replaced single by optional object mode
locale/translations.de.lua:
Consistent translation
app/main/initiative/_show.lua:
Added missing case "not approved" in voting info box
app/main/initiative/_show_voting.lua:
Added link to initiative
app/main/initiative/_show_voting.lua:
Added missing argument for link
app/main/member/show_tab.lua:
Added outgoing argument to show outgoing delegations correctly
app/main/initiative/_list.lua:
Replaced single by optional object mode
locale/translations.de.lua:
Consistent translation
app/main/initiative/_show.lua:
Added missing case "not approved" in voting info box
app/main/initiative/_show_voting.lua:
Added link to initiative
app/main/initiative/_show_voting.lua:
Added missing argument for link
app/main/member/show_tab.lua:
Added outgoing argument to show outgoing delegations correctly
| author | bsw |
|---|---|
| date | Sun Feb 21 14:09:11 2010 +0100 (2010-02-21) |
| parents | 00d1004545f1 |
| children | a6caaff47205 |
line diff
1.1 --- a/app/main/initiative/_show_voting.lua Sun Feb 21 13:09:00 2010 +0100 1.2 +++ b/app/main/initiative/_show_voting.lua Sun Feb 21 14:09:11 2010 +0100 1.3 @@ -86,7 +86,14 @@ 1.4 end 1.5 }, 1.6 { 1.7 - name = "name" 1.8 + content = function(record) 1.9 + ui.link{ 1.10 + module = "initiative", 1.11 + view = "show", 1.12 + id = record.id, 1.13 + text = record.name 1.14 + } 1.15 + end 1.16 } 1.17 } 1.18 }