liquid_feedback_frontend
diff app/main/area/show.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 | 6c88b4bfb56c | 
| children | 63d6549cc00b | 
   line diff
1.1 --- a/app/main/area/show.lua Sat Feb 25 22:29:33 2012 +0100 1.2 +++ b/app/main/area/show.lua Sun Feb 26 14:15:27 2012 +0100 1.3 @@ -23,9 +23,9 @@ 1.4 slot.put(" · ") 1.5 ui.link{ 1.6 content = area.unit.name, 1.7 - module = "area", 1.8 - view = "list", 1.9 - params = { unit_id = area.unit_id } 1.10 + module = "unit", 1.11 + view = "show", 1.12 + id = area.unit_id 1.13 } 1.14 end 1.15