liquid_feedback_frontend
diff app/main/member/_area_list.lua @ 301:22e4e26717ac
Show issues, members and delegations for units
| author | bsw |
|---|---|
| date | Sun Feb 26 14:15:27 2012 +0100 (2012-02-26) |
| parents | 808269b7f41c |
| children | aebddf876f67 |
line diff
1.1 --- a/app/main/member/_area_list.lua Sat Feb 25 22:29:33 2012 +0100 1.2 +++ b/app/main/member/_area_list.lua Sun Feb 26 14:15:27 2012 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 ui.link{ 1.5 attr = { class = class }, 1.6 text = unit.name, 1.7 - module = "area", view = "list", params = { unit_id = unit.id } 1.8 + module = "unit", view = "show", id = unit.id 1.9 } 1.10 1.11 if area_count > 0 then