liquid_feedback_frontend
diff app/main/index/_member_home.lua @ 622:cc542ac26edc
Fixes at area list and optical enhancements
| author | bsw | 
|---|---|
| date | Mon Jun 25 15:27:23 2012 +0200 (2012-06-25) | 
| parents | 7dc5ab12bfe3 | 
| children | 8478b5027817 | 
   line diff
1.1 --- a/app/main/index/_member_home.lua Mon Jun 25 14:59:21 2012 +0200 1.2 +++ b/app/main/index/_member_home.lua Mon Jun 25 15:27:23 2012 +0200 1.3 @@ -102,9 +102,9 @@ 1.4 delegated_text = _("#{count} of them have an area delegation set", { count = delegated_count }) 1.5 end 1.6 1.7 - ui.container{ attr = { class = "area_list" }, content = function() 1.8 + ui.container{ attr = { class = "area_list" }, content = function() 1.9 1.10 - execute.view{ module = "unit", view = "_head", params = { unit = unit, show_content = true } } 1.11 + execute.view{ module = "unit", view = "_head", params = { unit = unit, show_content = true } } 1.12 1.13 if area_count > 0 then 1.14 local areas = areas_selector:exec()