liquid_feedback_frontend
diff app/main/index/_member_home.lua @ 774:a3eb6ca34484
Completed membership/privilege tab in member page
| author | bsw |
|---|---|
| date | Thu Jun 28 23:57:02 2012 +0200 (2012-06-28) |
| parents | 7567db9ef18e |
| children | 77aeeb16b7c7 |
line diff
1.1 --- a/app/main/index/_member_home.lua Thu Jun 28 23:44:09 2012 +0200 1.2 +++ b/app/main/index/_member_home.lua Thu Jun 28 23:57:02 2012 +0200 1.3 @@ -106,7 +106,7 @@ 1.4 end 1.5 1.6 ui.container{ attr = { class = "area_list" }, content = function() 1.7 - execute.view{ module = "unit", view = "_head", params = { unit = unit, show_content = true } } 1.8 + execute.view{ module = "unit", view = "_head", params = { unit = unit, show_content = true, member = member } } 1.9 1.10 if area_count > 0 then 1.11 local areas = areas_selector:exec() 1.12 @@ -116,7 +116,7 @@ 1.13 for i, area in ipairs(areas) do 1.14 execute.view{ 1.15 module = "area", view = "_list_entry", params = { 1.16 - area = area 1.17 + area = area, member = member 1.18 } 1.19 } 1.20 end